We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704cc35 commit 2a2b051Copy full SHA for 2a2b051
1 file changed
candle-core/Cargo.toml
@@ -47,6 +47,7 @@ cuda = ["cudarc", "dep:candle-kernels", "dep:ug-cuda"]
47
cudnn = ["cuda", "cudarc/cudnn"]
48
mkl = ["dep:libc", "dep:intel-mkl-src"]
49
accelerate = ["dep:libc", "dep:accelerate-src"]
50
+nccl = ["cuda", "cudarc/nccl"]
51
metal = ["dep:metal", "dep:candle-metal-kernels", "dep:ug-metal"]
52
53
[[bench]]
0 commit comments