Fix for -m 1500, -m 3000: Missing "defined" keyword

Fix for -m 1000: MD4_H1 copy/paste error
Fix for -m 8900, -m 9300: Invalid value for device_processor_cores for CPU devices
Fix for -m 9100: Variable salt2 initializer needed some clauses for clearness
Temporary limit gpu_accel for CPU devices to 1 for development phase
Mark pocl as too bleeding edge for production use, recommend native drivers
Remove workarounds for pocl
Rename VENDOR_ID_UNKNOWN to VENDOR_ID_GENERIC in host code
Rename IS_UNKNOWN to IS_GENERIC in kernel code
This commit is contained in:
jsteube
2016-01-07 20:14:34 +01:00
parent 6dab39e69c
commit e8229af09b
24 changed files with 93 additions and 112 deletions
+2 -2
View File
@@ -18,11 +18,11 @@
#endif
#if VENDOR_ID == 9998 // temporary for dev
#define IS_UNKNOWN
#define IS_GENERIC
#endif
#if VENDOR_ID == 9999
#define IS_UNKNOWN
#define IS_GENERIC
#endif
/**