Enable cuda-version-from-build-system feature of cudarc

This commit is contained in:
DoHoonKim8
2024-06-25 12:29:37 +00:00
committed by DoHoon Kim
parent cdc22ba4c0
commit 67e265067c

View File

@@ -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"