Closed liqi16 closed 10 months ago
Unsupported CUDA version 10.1 < 11.4
The limitation was programmed based on user reports of test failures with 11.x prior 11.4. In case you wonder if 11.<4 failure necessarily means that your 10.1 doesn't work. The matter of fact is that we rely on APIs entries that were introduced in 11.0, so that 10.x was never a part of support matrix.
Hi! When I ran
cargo bench
, I met an error:failed to run custom build command for sppark v0.1.5
. (Sorry, I am a beginner in Rust.) Does that mean my CUDA version is too low? How can I solve this problem if I don't have permission to upgrade CUDA?I am looking forward to hearing back from you. Thank you very much!