From 9580eed4185fd59983a6525ba7fcf97898ba9e82 Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 17 Sep 2015 10:48:21 -0400
Subject: [PATCH] P4 to Git Change 1191661 by jatang@jatang-opencl-hsa-stg1 on
2015/09/17 10:37:03
EPR #422002 - Re-enable ForceHighClock on Linux.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuappprofile.cpp#11 edit
---
rocclr/runtime/device/gpu/gpuappprofile.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/device/gpu/gpuappprofile.cpp b/rocclr/runtime/device/gpu/gpuappprofile.cpp
index 50118d91f9..a244d2e22e 100644
--- a/rocclr/runtime/device/gpu/gpuappprofile.cpp
+++ b/rocclr/runtime/device/gpu/gpuappprofile.cpp
@@ -11,7 +11,7 @@ namespace gpu {
AppProfile::AppProfile()
: amd::AppProfile()
- , enableHighPerformanceState_(IS_LINUX ? false : true)
+ , enableHighPerformanceState_(true)
, reportAsOCL12Device_(false)
{
propertyDataMap_.insert(DataMap::value_type("HighPerfState",