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:
@@ -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)
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele