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
ompi/datatype: Fix performance regression in reduce collective
Use the pre populated convertor flag `CONVERTOR_CUDA` to check the type of buffer
instead of calling `cuPointerGetAttribute` again which incurs additional overhead
for CPU buffers.
Signed-off-by: Aboorva Devarajan <[email protected]>
0 commit comments