Skip to content

Commit 0aaf849

Browse files
committed
Update on "[inductor] add lowering for repeat_interleave.Tensor with output size specified (#147160)"
[ghstack-poisoned]
1 parent 5da407f commit 0aaf849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_torchinductor_codegen_dynamic_shapes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ def run(*ex, **kwargs):
346346
"test_rand_like_deterministic_dynamic_shapes": TestFailure(
347347
("cpu", "cuda", "xpu"), is_skip=True
348348
),
349+
"test_repeat_interleave_2_dynamic_shapes": TestFailure(("cpu", "cuda", "xpu")),
349350
"test_slice_mutation2_dynamic_shapes": TestFailure(
350351
("cpu", "cuda", "xpu"), is_skip=True
351352
),

0 commit comments

Comments
 (0)