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
Tento commit je obsažen v:
foreman
2018-11-19 16:36:24 -05:00
rodič 9294b521bc
revize c5f4bf76fd
+1 -1
Zobrazit soubor
@@ -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)