P4 to Git Change 1085099 by gandryey@gera-dev-w7 on 2014/10/07 18:11:56

ECR #304775 - Restore OPENCL_VERISON check

Affected files ...

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


[ROCm/clr commit: 9623b491e9]
This commit is contained in:
foreman
2014-10-07 18:30:34 -04:00
parent 12b3bf3094
commit 1a00469d76
@@ -749,7 +749,7 @@ Device::create(CALuint ordinal, CALuint numOfDevices)
// Open GSL device
if (!open(ordinal, appProfile_.enableHighPerformanceState(),
appProfile_.reportAsOCL12Device())) {
appProfile_.reportAsOCL12Device() || (OPENCL_VERSION < 200))) {
return false;
}