You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: