Fixing nccl feature.

This commit is contained in:
Nicolas Patry
2023-07-28 12:19:20 +02:00
parent 3e89df938c
commit d2dea11ef6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ byteorder = "1.4.3"
clap = { version = "4.2.4", features = ["derive"] }
# Re-enable this once 0.9.13 as been released as it would include the cublas-f16 changes
# cudarc = { version = "0.9.13", optional = true, features = ["f16"] }
cudarc = { git = "https://github.com/coreylowman/cudarc.git", features = ["f16", "nccl"] }
cudarc = { git = "https://github.com/coreylowman/cudarc.git", features = ["f16"] }
# TODO: Switch back to the official gemm implementation once the following are available.
# https://github.com/sarah-ek/gemm/pull/8.
# https://github.com/sarah-ek/gemm/pull/9.