Skip to content
New issue

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

BlockEnumerate does not work with Image or 2D/3D Buffer #73

Open
StRigaud opened this issue Mar 4, 2022 · 1 comment
Open

BlockEnumerate does not work with Image or 2D/3D Buffer #73

StRigaud opened this issue Mar 4, 2022 · 1 comment
Labels
bug Something isn't working correctly

Comments

@StRigaud
Copy link
Member

StRigaud commented Mar 4, 2022

BlockEnumerate operation fail if applied using Image object type. Though it works fine if used with Buffer object type.

Error caught when using Image:

Error CL_INVALID_COMMAND_QUEUE (-36)
        Description: the specified command-queue is not a valid command-queue
Exception caught in GPU class. Error when enqueuing Read instruction to Image.
Error CL_OUT_OF_RESOURCES (-5)
        Description: failure to allocate resources required by the OpenCL implementation on the device

Todo:

  • add error/warning message if Image object is used
@StRigaud StRigaud added the bug Something isn't working correctly label Mar 4, 2022
@StRigaud StRigaud changed the title BlockEnumerate does not work with Image BlockEnumerate does not work with Image or 2D/3D Buffer Sep 27, 2022
@StRigaud
Copy link
Member Author

Final feedback on this, the kernel is only working for 1D Buffer Image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

1 participant