Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advance llvm-project and stablehlo. #2619

Merged
merged 13 commits into from
Dec 8, 2023
Prev Previous commit
Next Next commit
Add linalg xfails.
  • Loading branch information
stellaraccident committed Dec 8, 2023
commit 1ef97a495763c8375f21b5c5109dccb8fe448c97
8 changes: 8 additions & 0 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"IscloseStaticModuleTrue_basic"
}

if torch_version_for_comparison() > version.parse("2.2.0.dev20231204"):
LINALG_XFAIL_SET += {
"Conv2dWithPaddingDilationStrideStaticModule_grouped",
"Conv2dWithPaddingDilationStrideStaticModule_grouped_multiplier",
"ConvolutionModule2DGroups_basic",
}


TORCHDYNAMO_XFAIL_SET = {
#### General TorchDynamo/PyTorch errors

Expand Down
Loading