-
Notifications
You must be signed in to change notification settings - Fork 5
Support OpenCL image kernel parameters #112
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We currently lack support for kernel parameters other than scalars and plain buffers.
Let us add support for the OpenCL memory objects image2d_t and image3d_t.
This would mean:
- distinguishing them from (other) buffers in the parameter description struct
- (hopefully not loading them differently)
- (possibly massaging their memory layout; but maybe not)
- Setting up the appropriate meta-data for them
- ... and reading relevant image meta-data for them, from the command-line
- Modifying the argument setting logic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request