Skip to content

Commit 3f063e9

Browse files
committed
pml/ucx: added ud_mlx5 to default tls list
Signed-off-by: Boris Karasev <karasev.b@gmail.com> (cherry picked from commit 1172723)
1 parent 9f274a7 commit 3f063e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/common/ucx/common_ucx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static void opal_common_ucx_mem_release_cb(void *buf, size_t length, void *cbdat
4545

4646
OPAL_DECLSPEC void opal_common_ucx_mca_var_register(const mca_base_component_t *component)
4747
{
48-
static const char *default_tls = "rc_verbs,ud_verbs,rc_mlx5,dc_mlx5,cuda_ipc,rocm_ipc";
48+
static const char *default_tls = "rc_verbs,ud_verbs,rc_mlx5,dc_mlx5,ud_mlx5,cuda_ipc,rocm_ipc";
4949
static const char *default_devices = "mlx*";
5050
static int hook_index;
5151
static int verbose_index;

0 commit comments

Comments
 (0)