From bc5e49013f0dbf7e99a70561b72e64c5f831a7eb Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 15 Aug 2014 13:30:09 -0400 Subject: [PATCH] P4 to Git Change 1066927 by skudchad@skudchad_opencl_win_2 on 2014/08/15 13:24:28 ECR #304775 - Back out CL#1061045. Its hanging Linux Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuappprofile.cpp#9 edit [ROCm/clr commit: 12de6e8df2140f42e6c3d36d6c63002304b638bf] --- projects/clr/rocclr/runtime/device/gpu/gpuappprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/gpu/gpuappprofile.cpp b/projects/clr/rocclr/runtime/device/gpu/gpuappprofile.cpp index 588a2799a8..0fb9575bd8 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpuappprofile.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpuappprofile.cpp @@ -11,7 +11,7 @@ namespace gpu { AppProfile::AppProfile() : amd::AppProfile() - , enableHighPerformanceState_(true) + , enableHighPerformanceState_(IS_LINUX ? false : true) , reportAsOCL12Device_(false) { propertyDataMap_.insert(DataMap::value_type("HighPerfState",