Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed May 2, 2024
1 parent 8916878 commit 2ee9e68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions et_converter/pytorch2chakra_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ def get_collective_comm_type(self, name: str) -> int:
"allgather": ALL_GATHER,
"reducescatter": REDUCE_SCATTER,
"broadcast": BROADCAST,
"sendrecv": BROADCAST, # TODO
"send": BROADCAST, # TODO
"recv": BROADCAST, # TODO
# Additional cases can be added here
}

Expand Down

0 comments on commit 2ee9e68

Please sign in to comment.