Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Jun 12, 2024
1 parent 5060748 commit b1c28e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_instruction_fusion_multi_deps_mscclpp():
prgm = MSCCLPPProgram("allreduce", topology, collective, 1)
# last reduce_packet depends on put_packets(write after read)
# and first reduce_packet(rank 2 put data to rank 1, data put depends on first reduce_packet).
# In this case, we don't need to fuse the instructions.
# In this case, we don't need to fuse the operations.
with prgm:
c0 = chunk(0, Buffer.input, 0)
c0.put_packet(1, "scratch", 0, sendtb=0)
Expand Down

0 comments on commit b1c28e2

Please sign in to comment.