2
0

P4 to Git Change 1575517 by gandryey@gera-w8 on 2018/07/03 11:55:33

SWDEV-133815 - PAL support for Linux Pro w/OpenCL 2.0 support
	- Reenable OCL2.0 support on Linux.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#53 edit
Este cometimento está contido em:
foreman
2018-07-03 12:03:24 -04:00
ascendente cfef94d7fb
cometimento 1c17b90822
+1 -1
Ver ficheiro
@@ -259,7 +259,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
? XCONCAT(OpenCL, XCONCAT(OPENCL_MAJOR, OPENCL_MINOR))
: OpenCL12;
}
if (OPENCL_VERSION < 200 || (IS_LINUX && IS_MAINLINE)) {
if (OPENCL_VERSION < 200) {
oclVersion_ = OpenCL12;
}
numComputeRings_ = 8;