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

GenericScanKernel for pycuda #187

Open
adityapb opened this issue Sep 8, 2018 · 1 comment
Open

GenericScanKernel for pycuda #187

adityapb opened this issue Sep 8, 2018 · 1 comment

Comments

@adityapb
Copy link

adityapb commented Sep 8, 2018

I am working on a project for which I need to use a pyopencl-like GenericScanKernel. I have added GenericScanKernel to my fork that is almost identical to the one in pyopencl. I was wondering if you would consider merging it here if I were to make a pull request.

Thank you.

@inducer
Copy link
Owner

inducer commented Sep 11, 2018

Sure, I'm in principle in favor. I would however prefer if the two implementations could remain the same, so that each can benefits from improvements in the other. This can be made easier by an abstraction layer. Something of the sort exists as pyopencl._cluda and pycuda._cluda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants