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