We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fdca6 commit d755dbaCopy full SHA for d755dba
.devops/nix/package.nix
@@ -109,16 +109,9 @@ let
109
++ optionals useMetalKit [ MetalKit ];
110
111
cudaBuildInputs = with cudaPackages; [
112
- cuda_cccl.dev # <nv/target>
113
-
114
- # A temporary hack for reducing the closure size, remove once cudaPackages
115
- # have stopped using lndir: https://github.com/NixOS/nixpkgs/issues/271792
116
- cuda_cudart.dev
117
- cuda_cudart.lib
118
- cuda_cudart.static
119
- libcublas.dev
120
- libcublas.lib
121
- libcublas.static
+ cuda_cudart
+ cuda_cccl # <nv/target>
+ libcublas
122
];
123
124
rocmBuildInputs = with rocmPackages; [
0 commit comments