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 support for 11.8+ #23

Open
hexomethyl opened this issue Jul 1, 2024 · 1 comment
Open

CUDA support for 11.8+ #23

hexomethyl opened this issue Jul 1, 2024 · 1 comment

Comments

@hexomethyl
Copy link

Hey,

I was wondering what is holding cppyy back from being able to support CUDA 11.8+ ?

Thanks

@wlav
Copy link
Owner

wlav commented Jul 1, 2024

cppyy 3.x uses Clang13. I don't think there's an issue with supporting 11.8 per se, but Clang has a bunch of places in its Cuda.cpp where it hard-wires various versions. It stops at 11.2. I suspect backporting latest Clang Cuda.cpp is all that it would take.

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