Prepare for allow other OpenCL platforms thans AMD and NVidia
[hashcat.git] / include / kernel_vendor.h
index 0c6f18f..97c9f31 100644 (file)
 #define IS_NV
 #endif
 
+#if VENDOR_ID == 9998 // temporary for dev
+#define IS_UNKNOWN
+#endif
+
+#if VENDOR_ID == 9999
+#define IS_UNKNOWN
+#endif
+
 /**
  * AMD specific
  */
 
 #ifdef IS_AMD
-#pragma OPENCL EXTENSION cl_amd_media_ops : enable
+#pragma OPENCL EXTENSION cl_amd_media_ops  : enable
 #pragma OPENCL EXTENSION cl_amd_media_ops2 : enable
 #endif