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
Previously due to the MTL avoiding entering
the convertor for optimization, data offsetting
was not properly calculated. In order to fix this,
the datatype offset was moved from mca_pml_cm_send
into ompi_mtl_datatype_pack. This change was not
incorporated into the MCA_PML_CM_SEND_REQUEST_INIT_COMMON
macro and thus offset would be added twice during isend.
Signed-off-by: William Zhang <wilzhang@amazon.com>
0 commit comments