Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV
This commit is contained in:
+2
-10
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user