Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV

This commit is contained in:
Jens Steube
2016-01-13 17:10:40 +01:00
parent 6b4e4c060a
commit 52d71de0d4
7 changed files with 459 additions and 460 deletions
+2 -10
View File
@@ -11,17 +11,9 @@
#if VENDOR_ID == 4098
#define IS_AMD
#endif
#if VENDOR_ID == 4318
#elif VENDOR_ID == 4318
#define IS_NV
#endif
#if VENDOR_ID == 9998 // temporary for dev
#define IS_GENERIC
#endif
#if VENDOR_ID == 9999
#else
#define IS_GENERIC
#endif