P4 to Git Change 1052889 by weizhang@msdnweizhang-opencl on 2014/07/07 22:09:14
EPR #397491 - Disable platform atomics temporarily until AFE which will be done on July 8. Modify the flag of GPU_ENABLE_HIGH_PERFORMANCE_STATE to use it for platform atomics because GPU_ENABLE_HIGH_PERFORMANCE_STATE is not necessary for high clock anymore. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#271 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#206 edit
Este commit está contenido en:
@@ -417,7 +417,7 @@ Settings::create(
|
||||
disablePersistent_ = true;
|
||||
}
|
||||
|
||||
if (calAttr.priSupport) {
|
||||
if (calAttr.priSupport && ENABLE_PLATFORM_ATOMICS) {
|
||||
svmAtomics_ = true;
|
||||
}
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user