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: bail gracefully if completion error context is null
According to libfabric API, fi_cq_readerr also reports errors for
requests that did not require completion, and associate a null context
with the error entry. This patch adds null check and bail gracefully as
to avoid invalid memory access.
Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
0 commit comments