mirror of
https://github.com/pseXperiments/cuda-sumcheck.git
synced 2026-01-09 15:38:01 -05:00
Enable cuda-version-from-build-system feature of cudarc
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
cudarc = "0.11.3"
|
||||
cudarc = { version = "0.11.3", features = ["cuda-version-from-build-system"] }
|
||||
ff = "0.13.0"
|
||||
rayon = "1.8"
|
||||
itertools = "0.10.5"
|
||||
|
||||
Reference in New Issue
Block a user