Skip to content

Commit f0251db

Browse files
authored
disable interpolate consistency test for NVFuser (#2453)
1 parent 102c2bf commit f0251db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎thunder/tests/opinfos.py‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9924,6 +9924,11 @@ def interpolate_error_generator(op, device, dtype=torch.float32, **kwargs):
99249924
pytest.mark.xfail,
99259925
"test_vjp_correctness",
99269926
),
9927+
DecorateInfo(
9928+
pytest.mark.xfail(reason="https://github.com/Lightning-AI/lightning-thunder/issues/2452"),
9929+
"test_core_vs_torch_consistency",
9930+
executors=("nvfuser",),
9931+
),
99279932
),
99289933
)
99299934
nn_ops.append(interpolate_opinfo)

0 commit comments

Comments
 (0)