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

cuda-python: Support CUDA 12 #31

Closed
jakirkham opened this issue Feb 23, 2023 · 3 comments · Fixed by #33
Closed

cuda-python: Support CUDA 12 #31

jakirkham opened this issue Feb 23, 2023 · 3 comments · Fixed by #33

Comments

@jakirkham
Copy link
Member

Depends on issue ( conda-forge/staged-recipes#21382 )

@bdice
Copy link
Contributor

bdice commented Apr 5, 2023

We specifically need nvrtc and cudart per this comment: NVIDIA/cuda-python#43 (comment)

Tracking those:

@leofang
Copy link
Member

leofang commented Apr 5, 2023

@bdice I actually don't understand why cudart is listed here. CUDA Python reimplemented cudart instead of dlopen'ing libcudart. I still think nvrtc is the only blocker.

@bdice
Copy link
Contributor

bdice commented Apr 5, 2023

@leofang Let's keep that discussion on the existing issue NVIDIA/cuda-python#43. I'd like to use what has been agreed upon there. It's already vastly smaller than depending on the entire cuda-toolkit so I'm satisfied with the outcome.

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

Successfully merging a pull request may close this issue.

3 participants