@@ -959,59 +959,6 @@ properties:
959959 Alternatively, the key can be appended to the cert file
960960 above, and this field left blank
961961
962- ucx :
963- type : object
964- description : |
965- UCX provides access to other transport methods including NVLink and InfiniBand.
966- properties :
967- cuda-copy :
968- type : [boolean, 'null']
969- description : |
970- Set environment variables to enable CUDA support over UCX. This may be used even if
971- InfiniBand and NVLink are not supported or disabled, then transferring data over TCP.
972- tcp :
973- type : [boolean, 'null']
974- description : |
975- Set environment variables to enable TCP over UCX, even if InfiniBand and NVLink
976- are not supported or disabled.
977- nvlink :
978- type : [boolean, 'null']
979- description : |
980- Set environment variables to enable UCX over NVLink, implies ``distributed.comm.ucx.tcp=True``.
981- infiniband :
982- type : [boolean, 'null']
983- description : |
984- Set environment variables to enable UCX over InfiniBand, implies ``distributed.comm.ucx.tcp=True``.
985- rdmacm :
986- type : [boolean, 'null']
987- description : |
988- Set environment variables to enable UCX RDMA connection manager support,
989- requires ``distributed.comm.ucx.infiniband=True``.
990- create-cuda-context :
991- type : [boolean, 'null']
992- description : |
993- Creates a CUDA context before UCX is initialized. This is necessary to enable UCX to
994- properly identify connectivity of GPUs with specialized networking hardware, such as
995- InfiniBand. This permits UCX to choose transports automatically, without specifying
996- additional variables for each transport, while ensuring optimal connectivity. When
997- ``True``, a CUDA context will be created on the first device listed in
998- ``CUDA_VISIBLE_DEVICES``.
999- environment :
1000- type : object
1001- description : |
1002- Mapping for setting arbitrary UCX environment variables.
1003- Names here are translated via the following rules to
1004- map to the relevant UCX environment variable:
1005- - hyphens are replaced with underscores
1006- - words are uppercased
1007- - UCX_ is prepended
1008- So, for example, setting ``some-option=value`` is
1009- equivalent to setting ``UCX_SOME_OPTION=value`` in
1010- the calling environment.
1011-
1012- For a full list of supported UCX environment
1013- variables, run ``ucx_info -f``.
1014-
1015962 websockets :
1016963 type : object
1017964 properties :
0 commit comments