Skip to content

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

@StRigaud

Description

@StRigaud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working correctly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions