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
This commit is contained in:
foreman
2014-10-07 18:30:34 -04:00
rodzic e706ca4c91
commit 9623b491e9
+1 -1
Wyświetl plik
@@ -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;
}