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

OpenCL GeneralArrayView #253

Open
Pencilcaseman opened this issue Oct 26, 2023 · 0 comments
Open

OpenCL GeneralArrayView #253

Pencilcaseman opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
BREAKING A major bug which breaks production code bug Something isn't working c++ Pull requests that update C++ code enhancement New feature or request help wanted Extra attention is needed python Pull requests that update Python code Requires Rewrite A large rewrite will be required

Comments

@Pencilcaseman
Copy link
Member

245

The current GeneralArrayView assignment implementation does not support OpenCL or CUDA. To implement this, the dataSourceExtractor implementation must return a struct containing the view's data, offset and stride. The OpenCL/CUDA kernels must then use this information to access the corresponding index in the data. This will require #245 since we need to runtime-generate the kernels to avoid having too many of them being compiled at once.

This also restricts the OpenCL/CUDA support in Python

@Pencilcaseman Pencilcaseman added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed python Pull requests that update Python code c++ Pull requests that update C++ code BREAKING A major bug which breaks production code Requires Rewrite A large rewrite will be required labels Oct 26, 2023
@Pencilcaseman Pencilcaseman self-assigned this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING A major bug which breaks production code bug Something isn't working c++ Pull requests that update C++ code enhancement New feature or request help wanted Extra attention is needed python Pull requests that update Python code Requires Rewrite A large rewrite will be required
Projects
None yet
Development

No branches or pull requests

1 participant