Skip to content

Commit

Permalink
Fix breakage in Torch-UCC
Browse files Browse the repository at this point in the history
Summary:
The OSS PR pytorch/pytorch#115730 broke our
internal build for Torch-UCC.  This patch fixes it.

Reviewed By: kingchc

Differential Revision: D52174522

fbshipit-source-id: 6ed49027f5d560c209ba7a96b5d763a9194cd4d0
  • Loading branch information
Pavan Balaji authored and facebook-github-bot committed Dec 15, 2023
1 parent 13ccc87 commit 7c78556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/torch_ucc_tracing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ void CommTraceLogger::recordComms(
dtype,
curInSplitSizes_,
curOutSplitSizes_,
0,
0,
world_size);

++seqnum;
Expand Down

0 comments on commit 7c78556

Please sign in to comment.