P4 to Git Change 1061045 by weizhang@msdnweizhang-opencl on 2014/07/30 12:01:56
ECR #392041 - Implement high performance state on Linux Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuappprofile.cpp#7 edit
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace gpu {
|
||||
|
||||
AppProfile::AppProfile():amd::AppProfile(),
|
||||
enableHighPerformanceState_(IS_LINUX ? false : true),
|
||||
enableHighPerformanceState_(true),
|
||||
reportAsOCL12Device_(false)
|
||||
{
|
||||
propertyDatatypeMap_.insert(DatatypeMap::value_type("HighPerfState",
|
||||
|
||||
Reference in New Issue
Block a user