-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Possible to use #![feature(abi_ptx)]? #143
Comments
Tagging @ariasanovsky |
Looking at the tracking issue rust-lang/rust#38788, the feature seems to be in very early stages. It looks very exciting, but maybe not usable yet? |
@ViliamVadocz Here I build rs into ptx separately with I haven't been able to replace the |
Using https://doc.rust-lang.org/unstable-book/language-features/abi-ptx.html, you can compile rust functions to PTX on nightly compiler. How can we use this with cudarc?
The text was updated successfully, but these errors were encountered: