What is the latest cublas-sys version ?
https://crates.io/crates/cublas-sys shows 0.1.0 (4 years ago)
https://github.com/rust-cuda/cuda-sys/blob/master/cublas-sys/Cargo.toml shows 0.3.0-alpha.0 (6 months ago)
I'm not exactly sure how to handle this, as I'm using cuda-driver-sys 0.3.0, which is from the same cuda-sys workspace as the cublas-sys code.
bjorn3
#2
The cublas-sys
on crates.io is owned by someone other than the cublas-sys
at https://github.com/rust-cuda/cuda-sys/blob/master/cublas-sys.
1 Like
system
closed
#3
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.