P4 to Git Change 1063508 by rili@rili_opencl_stg on 2014/08/06 14:43:00

EPR #403199 - Reduced the max number of command queues

	         "multi_device_context" fails with CF mode because there is not enough buffer for IB on Linux

	                        http://ocltc.amd.com/reviews/r/5454/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#210 edit
Bu işleme şunda yer alıyor:
foreman
2014-08-06 14:56:50 -04:00
ebeveyn 9474b48641
işleme c90818dd9a
+1 -1
Dosyayı Görüntüle
@@ -16,7 +16,7 @@ debug(bool, BREAK_ON_LOG_ERROR, false, \
"Break each time an error is logged") \
debug(uint, DEBUG_GPU_FLAGS, 0, \
"The debug options for GPU device") \
debug(uint, GPU_MAX_COMMAND_QUEUES, 80, \
debug(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") \