From 548d4174ea0d7b12f7c2e765435f0d5c1ec3bef1 Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 4 Jan 2017 11:36:21 -0500 Subject: [PATCH] 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 --- 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 5d4801f766..0ea3e12a37 100644 --- a/rocclr/runtime/utils/flags.hpp +++ b/rocclr/runtime/utils/flags.hpp @@ -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") \