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

Add Python implementation #130

Open
tom91136 opened this issue May 2, 2022 · 0 comments
Open

Add Python implementation #130

tom91136 opened this issue May 2, 2022 · 0 comments

Comments

@tom91136
Copy link
Member

tom91136 commented May 2, 2022

Numba seems to be the Nvidia recognised way of CUDA programming with Python.
Numba supports direct kernel programming similar to how it's done in Julia where the annotated code/method is intercepted and then compiled to PTX, HSA (for AMD ROC) and vectorised CPU code.
It's not clear whether Intel GPU is supported so the PR should explore this as well.

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

No branches or pull requests

1 participant