OpenCL Runtime: Fall back to 64 threads default (from 256) on AMD GPU to prevent creating too many workitems

This commit is contained in:
Jens Steube
2017-08-29 17:36:50 +02:00
parent a378abee66
commit fcd20fbacb
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ typedef enum amplifier_count
KERNEL_BFS = 1024,
KERNEL_COMBS = 1024,
KERNEL_RULES = 256,
KERNEL_THREADS_MAX = 64,
KERNEL_THREADS_MAX = 256,
KERNEL_THREADS_MAX_CPU = 1
} amplifier_count_t;