Skip to content

Commit e5c3dac

Browse files
authored
Merge pull request #9377 from karasevb/topic/v5.0.x/ucx_tls_list_fix
v5.0.x: pml/ucx: added `ud_mlx5` to default tls list
2 parents 58ffcd9 + 3f063e9 commit e5c3dac

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)