-
Notifications
You must be signed in to change notification settings - Fork 9
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 >= 11.7 support #14
Comments
It depends, in principle not much. The question is what of the API has changed and if it's easier to simply regenerate the full wrapper or to manually add the changes. |
@lilkeet Thanks so much! Going to try it out this week-end hopefully |
I have been able to compile and run successfully two examples out of three. Warnings in random. (We might want to desactivate the warnings in the .nimble file rather than removing these else's that serve as extra checks well).
Note: I installed Cuda 12.6.2 on my system. |
agreed. either there or via a push + pop pragma.
right now, the nimble file's |
The bizarre thing is that random and blas examples work well in my case while fft example doesn't, thus it must not be a problem of versioning. EDIT: the issue is probably stemming from the non-generated cufft wrapper #24 |
works on my machine |
I managed to compile it by fixing the paths as described in #25. |
What would this take to add support for cuda 11.7 ?
The text was updated successfully, but these errors were encountered: