P4 to Git Change 1312846 by gandryey@gera-w8 on 2016/09/09 11:33:02

SWDEV-86035 - Add PAL backend to OpenCL
	- Add (PAL) suffix to the driver version

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#556 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#21 edit
This commit is contained in:
foreman
2016-09-09 11:40:57 -04:00
orang tua 51948f577c
melakukan ebb29b8d36
2 mengubah file dengan 2 tambahan dan 2 penghapusan
+1 -1
Melihat File
@@ -492,7 +492,7 @@ NullDevice::fillDeviceInfo(
}
::strcpy(info_.vendor_, "Advanced Micro Devices, Inc.");
::snprintf(info_.driverVersion_, sizeof(info_.driverVersion_) - 1,
AMD_BUILD_STRING "%s", " (VM)");
AMD_BUILD_STRING);
info_.profile_ = "FULL_PROFILE";
if (settings().oclVersion_ == OpenCL20) {