Skip to content

Commit

Permalink
a bit more strict check
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Jul 19, 2024
1 parent 54d886b commit a893e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/tests/distributed/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def foo(
if bsym.sym.id in {all_gather_prim_impl.id, reduce_scatter_prim_impl.id}:
comm_idx = idx
if bsym.sym.id == wait_prim_impl.id:
self.assertGreater(idx, comm_idx)
self.assertGreater(idx, comm_idx + 2)


common_utils.instantiate_parametrized_tests(DistributedCollectiveOpTest)
Expand Down

0 comments on commit a893e96

Please sign in to comment.