Add rayon

This commit is contained in:
DoHoonKim8
2024-06-08 06:34:08 +00:00
committed by DoHoon Kim
parent df6d0c3393
commit f5a9dbd710

View File

@@ -9,6 +9,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
cudarc = "0.11.3"
ff = "0.13.0"
rayon = "1.8"
[build-dependencies]
bindgen = "0.66.1"