Compare commits

...

1 Commits

Author SHA1 Message Date
337c3c0a70 Enable XPU tests 2025-10-29 10:25:19 +08:00

View File

@ -806,8 +806,6 @@ class AOTFxirTestCase(InductorTestCase):
def check(
self, model, inp, dynamic_shapes=None, strict=False
) -> torch.fx.GraphModule:
if self.device == "xpu":
raise unittest.SkipTest("The feature AOTFxir not currently ready for XPU")
with torch.no_grad():
ep = torch.export.export(
model, inp, dynamic_shapes=dynamic_shapes, strict=strict