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
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
The text was updated successfully, but these errors were encountered:
BlockEnumerate operation fail if applied using Image object type. Though it works fine if used with Buffer object type.
Error caught when using Image:
Todo:
The text was updated successfully, but these errors were encountered: