SWDEV-390565 - ocltst test failing

part 2 of the fix

Change-Id: I4ff2cf0f82b5cf57c7ee51a60bbac770a605a837


[ROCm/clr commit: 42f8b9183d]
This commit is contained in:
Alex Xie
2023-04-17 15:19:57 -04:00
committed by AlexBin Xie
parent e9b17e263a
commit 1678c03e90
11 changed files with 13 additions and 13 deletions
@@ -131,7 +131,7 @@ void OCLPerfMapImageWriteSpeed::open(unsigned int test, char *units,
CHECK_RESULT(_deviceId >= num_devices, "Requested deviceID not available");
device = devices[_deviceId];
size_t size;
bool imageSupport_ = false;
cl_bool imageSupport_ = false;
error_ = _wrapper->clGetDeviceInfo(device, CL_DEVICE_IMAGE_SUPPORT,
sizeof(imageSupport_), &imageSupport_, &size);
if (!imageSupport_) {