2
0

P4 to Git Change 1139001 by jatang@jatang-ocl-lnx3 on 2015/04/09 11:50:11

EPR #412821 - Disable ThreadTrace for SI for now.

	There's hang on some SI (Verde). So only enable ThreadTrace for CI+ for now.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#308 edit


[ROCm/clr commit: 91849cb26d]
Este cometimento está contido em:
foreman
2015-04-09 12:00:40 -04:00
ascendente e52ffcf972
cometimento b2edec127e
+1 -3
Ver ficheiro
@@ -269,6 +269,7 @@ Settings::create(
ciPlus_ = true;
sdmaProfiling_ = true;
hsail_ = GPU_HSAIL_ENABLE;
threadTraceEnable_ = AMD_THREAD_TRACE_ENABLE;
// Fall through to SI ...
case CAL_TARGET_PITCAIRN:
case CAL_TARGET_CAPEVERDE:
@@ -347,9 +348,6 @@ Settings::create(
rectLinearDMA_ = true;
if (AMD_THREAD_TRACE_ENABLE) {
threadTraceEnable_ = true;
}
// Disable non-aliased(multiUAV) optimization
assumeAliases_ = true;
break;