From 47f16725d6f3db83f85a48771e38fccffbea65b0 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 29 Jan 2016 14:39:05 -0500 Subject: [PATCH] P4 to Git Change 1232550 by skudchad@skudchad_test_win_opencl2 on 2016/01/29 14:32:21 SWDEV-77172 - Enable ThreadTrace for SVM. ReviewBoardURL = http://ocltc.amd.com/reviews/r/9671/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#342 edit [ROCm/clr commit: 434a3ff361c40015fa2bdd540ef0aee2fc1d2582] --- projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp index 1592b9f8ba..a3e362dcf6 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp @@ -227,7 +227,7 @@ Settings::create( ciPlus_ = true; sdmaProfiling_ = true; hsail_ = GPU_HSAIL_ENABLE; - threadTraceEnable_ = calAttr.isSVMFineGrainSystem ? false : AMD_THREAD_TRACE_ENABLE; + threadTraceEnable_ = AMD_THREAD_TRACE_ENABLE; // Fall through to SI ... case CAL_TARGET_PITCAIRN: case CAL_TARGET_CAPEVERDE: