Skip to content

Commit

Permalink
[Breaking] Removing cudnn and nccl as default features (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylowman authored Aug 20, 2024
1 parent 0a3c748 commit 6f99335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords = [
features = ["cuda-12050", "f16", "cudnn"]

[features]
default = ["std", "cublas", "cublaslt", "cudnn", "curand", "driver", "nccl", "nvrtc"]
default = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc"]

cuda-version-from-build-system = []
cuda-11040 = []
Expand Down

0 comments on commit 6f99335

Please sign in to comment.