From c90818dd9a062ec2388fa8a9e13da8d0a0d261ef Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 6 Aug 2014 14:56:50 -0400
Subject: [PATCH] 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
---
rocclr/runtime/utils/flags.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/utils/flags.hpp b/rocclr/runtime/utils/flags.hpp
index d0df030198..df6874b2fd 100644
--- a/rocclr/runtime/utils/flags.hpp
+++ b/rocclr/runtime/utils/flags.hpp
@@ -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") \