Uh oh!
There was an error while loading. Please reload this page.
Shriya/tp overlap patch - #205
Conversation
Uh oh!
There was an error while loading. Please reload this page.
ShriyaRishab
commented
May 9, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
If I understand correctly, the only functional change is to change some memory accesses to use atomicAdd_system. We also add some more information to an error message, which requires plumbing in layer_name throughout the whole PyTorch infrastructure. If this debugging info is not essential, I feel the extra messiness is not worth it. If it is absolutely needed, then at the very least we should change layer_name to something less awkward and confusing, maybe ub_layer_id or ub_layer_label.
b26cdba to
aaced36CompareShriyaRishab
commented
May 9, 2023
Agreed, removed the logging commit from this PR |
ptrendx
commented
May 9, 2023
@ShriyaPalsamudram please sign your commit. |
Signed-off-by: Sangkug Lym <slym@nvidia.com>
df43bf0 to
d178ceaCompareuserbuffer pushsend/recv fix with atomicAdd_system Signed-off-by: Sangkug Lym <slym@nvidia.com> Co-authored-by: Sangkug Lym <slym@nvidia.com>
userbuffer pushsend/recv fix with atomicAdd_system Signed-off-by: Sangkug Lym <slym@nvidia.com> Co-authored-by: Sangkug Lym <slym@nvidia.com>
Upstreaming @erhoo82's branch: tp_overlap_patch