mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
ucx: use 'config.rocmSupport'
This commit is contained in:
parent
3461a8c9bd
commit
242544ca17
@ -3,7 +3,7 @@
|
||||
, config
|
||||
, enableCuda ? config.cudaSupport
|
||||
, cudatoolkit
|
||||
, enableRocm ? false
|
||||
, enableRocm ? config.rocmSupport
|
||||
, rocmPackages
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user