You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mtl/ofi: Fix EP name length bug for fi_av_insert()
This change removes the (invalid) assumption that all ep_names
will be the same length. Rather than pre-allocating a list of
all names, and then inserting them all later, we instead just
insert each name as we retrieve it from modex.
Signed-off-by: Luke Robison <[email protected]>
0 commit comments