P4 to Git Change 1076600 by gandryey@gera-dev-w7 on 2014/09/12 18:30:59

ECR #304775 - Correct OPENCL_VERSION key check for staging

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#461 edit


[ROCm/clr commit: f33c12010a]
This commit is contained in:
foreman
2014-09-12 18:36:05 -04:00
والد 8f12eae36d
کامیت fb6d8c3c1c
@@ -752,7 +752,7 @@ Device::create(CALuint ordinal, CALuint numOfDevices)
appProfile_.init();
// Open GSL device
bool reportOCL12Device = false;
bool reportOCL12Device = (OPENCL_VERSION < 200);
reportOCL12Device = ((numOfDevices < 2) || (ordinal == 0)) ? (OPENCL_VERSION < 200) : true;
if (!open(ordinal, appProfile_.enableHighPerformanceState(),