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

Roadmap for CUDA / SciPy compatibility? #68

Open
sgbaird opened this issue Sep 7, 2021 · 5 comments
Open

Roadmap for CUDA / SciPy compatibility? #68

sgbaird opened this issue Sep 7, 2021 · 5 comments

Comments

@sgbaird
Copy link

sgbaird commented Sep 7, 2021

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?

@esc
Copy link
Member

esc commented Sep 7, 2021

What needs to occur to integrate this into numba-scipy?

Hard to say. Perhaps we should start with a better definition of "this". Do you want numba-scipy to support CUDA?

Are the versions of Numba supported by numba-scipy lagging behind stable versions of Numba?

They shouldn't be, I guess. Is there something that creates this impression?

@sgbaird
Copy link
Author

sgbaird commented Sep 7, 2021

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).

@sgbaird
Copy link
Author

sgbaird commented Sep 7, 2021

@JaRoSchm
Copy link

JaRoSchm commented Aug 9, 2022

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 @cuda.jit function? Even a solution which is not generally applicable to all scipy functions would help me.

Thanks in advance!

@JaRoSchm
Copy link

JaRoSchm commented Aug 9, 2022

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

3 participants