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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user