From c5f4bf76fded434e4c0b4bb2e70d57bf0467a04d Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 19 Nov 2018 16:36:24 -0500 Subject: [PATCH] P4 to Git Change 1709089 by wchau@wchau_OCL_boltzmann on 2018/11/19 16:18:36 SWDEV-170523 - [Sugon]OCL conformance Maths and integer-ops fails with commandqueue error - increase the max command queue to 200 Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#40 edit --- rocclr/runtime/device/rocm/rocsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/runtime/device/rocm/rocsettings.cpp b/rocclr/runtime/device/rocm/rocsettings.cpp index 944cbf6359..de35ae8cce 100644 --- a/rocclr/runtime/device/rocm/rocsettings.cpp +++ b/rocclr/runtime/device/rocm/rocsettings.cpp @@ -41,7 +41,7 @@ Settings::Settings() { nonCoherentMode = getenv("OPENCL_USE_NC_MEMORY_POLICY"); enableNCMode_ = (nonCoherentMode) ? true : false; - commandQueues_ = 100; //!< Field value set to maximum number + commandQueues_ = 200; //!< Field value set to maximum number //!< concurrent Virtual GPUs for ROCm backend // Disable image DMA by default (ROCM runtime doesn't support it)