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

Look into switching from cuda-sys to cudarc #8

Open
d3v-null opened this issue Apr 24, 2024 · 0 comments
Open

Look into switching from cuda-sys to cudarc #8

d3v-null opened this issue Apr 24, 2024 · 0 comments

Comments

@d3v-null
Copy link
Contributor

cuda-sys is 4 years out of date. https://github.com/rust-cuda/cuda-sys and only appears to support CUDA version 10.2

https://github.com/coreylowman/cudarc/ on the other hand offers many advantages:

  • it appears to support a wide variety cuda versions, including binding to local: 12030, 12020, 12010, 12000, 11080, 11070
  • hyperbeam's bespoke cuda buffer handling via cuda-sys has been the cause of some hard-to-find segfaults. Using cudarc as an alternative would provide a more idiomatic and safe approach.
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

1 participant