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
+1 -4
View File
@@ -87,14 +87,11 @@
#define CL_VENDOR_NV "NVIDIA Corporation"
#define CL_VENDOR_AMD "Advanced Micro Devices, Inc."
#define CL_VENDOR_SDS "Shiloh Distributed Solutions"
#define CL_VENDOR_APPLE "Apple"
#define CL_VENDOR_POCL "The pocl project"
#define VENDOR_ID_AMD 4098
#define VENDOR_ID_NV 4318
#define VENDOR_ID_POCL 9998
#define VENDOR_ID_UNKNOWN 9999
#define VENDOR_ID_GENERIC 9999
#define BLOCK_SIZE 64