SWDEV-390565 - ocltst test failing

part 2 of the fix

Change-Id: I4ff2cf0f82b5cf57c7ee51a60bbac770a605a837


[ROCm/clr commit: 42f8b9183d]
Αυτή η υποβολή περιλαμβάνεται σε:
Alex Xie
2023-04-17 15:19:57 -04:00
υποβλήθηκε από AlexBin Xie
γονέας e9b17e263a
υποβολή 1678c03e90
11 αρχεία άλλαξαν με 13 προσθήκες και 13 διαγραφές
@@ -130,7 +130,7 @@ void OCLPerfMapImageReadSpeed::open(unsigned int test, char *units,
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_) {