You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, the value of the imageInfo.rowPitch variable is greater than the value of imageInfo.width multiplied by pixelSize. The size of the buffer created by the clCreateBuffer function in line 73 is imageInfo->width * get_pixel_size(imageInfo->format), which does not meet the requirement on the size of host_ptr in the specifications.
The text was updated successfully, but these errors were encountered:
OpenCL-CTS/test_conformance/images/kernel_image_methods/test_1D_buffer.cpp
Line 263 in 2ea4d16
As a result, the value of the imageInfo.rowPitch variable is greater than the value of imageInfo.width multiplied by pixelSize. The size of the buffer created by the clCreateBuffer function in line 73 is imageInfo->width * get_pixel_size(imageInfo->format), which does not meet the requirement on the size of host_ptr in the specifications.
The text was updated successfully, but these errors were encountered: