ucx: use 'config.rocmSupport'

This commit is contained in:
Madoura 2023-11-14 08:33:19 -06:00
parent 3461a8c9bd
commit 242544ca17
No known key found for this signature in database
GPG key ID: 1B9BB76A2B71922D

View file

@ -3,7 +3,7 @@
, config
, enableCuda ? config.cudaSupport
, cudatoolkit
, enableRocm ? false
, enableRocm ? config.rocmSupport
, rocmPackages
}: