P4 to Git Change 1358402 by gandryey@gera-w8 on 2017/01/04 11:28:19
SWDEV-109541 - Max queues limit in OCL impacts product development at GE Healthcare - Make GPU_MAX_COMMAND_QUEUES available in release build Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#263 edit
This commit is contained in:
@@ -12,7 +12,7 @@ debug(int, LOG_LEVEL, 0, \
|
||||
"The default log level") \
|
||||
debug(uint, DEBUG_GPU_FLAGS, 0, \
|
||||
"The debug options for GPU device") \
|
||||
debug(uint, GPU_MAX_COMMAND_QUEUES, 70, \
|
||||
release(uint, GPU_MAX_COMMAND_QUEUES, 70, \
|
||||
"The maximum number of concurrent Virtual GPUs") \
|
||||
release(size_t, CQ_THREAD_STACK_SIZE, 256*Ki, /* @todo: that much! */ \
|
||||
"The default command queue thread stack size") \
|
||||
|
||||
Reference in New Issue
Block a user