We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found while investigating KhronosGroup/OpenCL-Docs#1241.
We do not seem to be testing clEnqueueFillImage on image with mipmaps. According to the spec this should be supported:
clEnqueueFillImage
https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#image-mipmap-access
When the cl_khr_mipmap_image extension is supported, the clEnqueueReadImage, clEnqueueWriteImage, clEnqueueMapImage, clEnqueueCopyImage, clEnqueueCopyImageToBuffer, clEnqueueCopyBufferToImage, and clEnqueueFillImage functions described above can operate on mipmapped images.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found while investigating KhronosGroup/OpenCL-Docs#1241.
We do not seem to be testing
clEnqueueFillImage
on image with mipmaps. According to the spec this should be supported:https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#image-mipmap-access
The text was updated successfully, but these errors were encountered: