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
parent 51948f577c
commit ebb29b8d36
2 changed files with 2 additions and 2 deletions
+1 -1
View 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) {
+1 -1
View File
@@ -384,7 +384,7 @@ void NullDevice::fillDeviceInfo(
}
::strcpy(info_.vendor_, "Advanced Micro Devices, Inc.");
::snprintf(info_.driverVersion_, sizeof(info_.driverVersion_) - 1,
AMD_BUILD_STRING "%s", " (VM)");
AMD_BUILD_STRING "%s", " (PAL)");
info_.profile_ = "FULL_PROFILE";
if (settings().oclVersion_ == OpenCL20) {