Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wujingyue committed Jan 16, 2025
1 parent 66647ce commit 4d6d2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_dtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def multidevice_schedule(self):


@pytest.mark.mpi
def test_execute_with_dtensors(setup_process_group):
def test_dtensor_plus_one(setup_process_group):
def define_fusion(fd: FusionDefinition):
inp = fd.define_tensor(
(-1, -1), contiguity=(False, False), dtype=DataType.Float
Expand Down

0 comments on commit 4d6d2ed

Please sign in to comment.