Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_dtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# LICENSE file in the root directory of this source tree.

import functools
from unittest.case import expectedFailure

import numpy as np
import torch
Expand Down Expand Up @@ -351,6 +352,7 @@ def propagate_op_sharding_non_cached(self, op_schema: OpSchema) -> OutputShardin


class ImplicitRegistrationTest(DTensorTestBase):
@expectedFailure
@with_comms
def test_implicit_registration(self):
mesh = init_device_mesh(self.device_type, (2, self.world_size // 2))
Expand Down