tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ucx: use 'config.rocmSupport'
Madoura
2 years ago
242544ca
3461a8c9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ucx
default.nix
+1
-1
pkgs/development/libraries/ucx/default.nix
···
3
3
, config
4
4
, enableCuda ? config.cudaSupport
5
5
, cudatoolkit
6
6
-
, enableRocm ? false
6
6
+
, enableRocm ? config.rocmSupport
7
7
, rocmPackages
8
8
}:
9
9