10000 Update base for Update on "[dtensor] PART 8: move tensor parallel api… · pytorch/pytorch@c3562a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3562a0

Browse files
committed
Update base for Update on "[dtensor] PART 8: move tensor parallel api and tests to core distributed"
This PR moves tensor/parallel folder and tests to torch.distributed. part of #88838 [ghstack-poisoned]
1 parent a3c0798 commit c3562a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed/_tensor/test_dtensor_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def wrapped(fn):
332332
xfail("nn.functional.avg_pool2d"),
333333
xfail("nn.functional.avg_pool3d"),
334334
xfail("nn.functional.batch_norm"),
335+
xfail("nn.functional.batch_norm", "without_cudnn"),
335336
xfail("nn.functional.bilinear"),
336337
xfail("nn.functional.binary_cross_entropy"),
337338
xfail("nn.functional.binary_cross_entropy_with_logits"),

0 commit comments

Comments
 (0)
0