-
Notifications
You must be signed in to change notification settings - Fork 34
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
Roadmap for CUDA / SciPy compatibility? #68
Comments
Hard to say. Perhaps we should start with a better definition of "this". Do you want numba-scipy to support CUDA?
They shouldn't be, I guess. Is there something that creates this impression? |
To your first question, yes. At minimum, I imagine this would involve updating the CI and deciding on organization and design rules. That's good to know. I think at first when I came to this repository about a month ago, the sparse documentation and long times since previous commits may have given that impression (at first, I don't think I realized this was an official Numba repo - though it's obvious to me now that it is), and at least compared with the main Numba repo. It has a bit of an impression of not being very actively maintained (obviously the core devs have a lot going on with many repos, Numba/Numba being top priority I imagine). I didn't spend too much time on here originally because it didn't have the functionality I needed (distance metrics). |
Hi, I'm interested in using numba-scipy on the GPU too. Is there some workaround to use a scipy.special function (in my case only jv is needed) inside of a Thanks in advance! |
Or could I somehow use the implementation from CUDA Math in numba? https://docs.nvidia.com/cuda/cuda-math-api/group__CUDA__MATH__DOUBLE.html#group__CUDA__MATH__DOUBLE_1g643b020a4c66860acc8c0f0a76f7b67e |
What needs to occur to integrate this into numba-scipy?
Are the versions of Numba supported by numba-scipy lagging behind stable versions of Numba?
The text was updated successfully, but these errors were encountered: