P4 to Git Change 1602680 by cpaquot@cpaquot-ocl-lc-lnx on 2018/09/06 17:59:01

SWDEV-145570 - [HIP] Bump max command queues to 300 for HIP.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#298 edit
This commit is contained in:
foreman
2018-09-06 18:14:28 -04:00
parent 1d5f2b6dac
commit 4f3b907029
+1 -1
View File
@@ -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") \
release(uint, GPU_MAX_COMMAND_QUEUES, 70, \
release(uint, GPU_MAX_COMMAND_QUEUES, IF(IS_HIP, 300, 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") \