Skip to content

Commit d7e3484

Browse files
Integrate LLVM at 21473462f762a9a2d3140eb8ecaea034f83d9a7c (#4245)
Update LLVM to llvm/llvm-project@2147346 Update StableHLO to openxla/stablehlo@9018c68. This commit also moves 2 of the tests that were failing earlier from the fail to the crash set. Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent f94b072 commit d7e3484

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

externals/llvm-project

Submodule llvm-project updated 19594 files

externals/stablehlo

Submodule stablehlo updated 80 files

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@
415415
"AtenNonzero1DDynamicModule_basic", # no lowering for torch.aten.sym_constrain_range_for_size
416416
"Aten_TrilinearModuleVaryingRanks_basic",
417417
"Aten_TrilinearModuleZerodDimBug_basic",
418-
"AvgPool2dCHWModule_basic",
419418
"QuantizedReluInt32_basic",
420419
"QuantizedReluInt8_basic",
421420
"QuantizedReluUint8_basic",
@@ -502,7 +501,6 @@
502501
"AdaptiveAvgPool1dGeneralDynamic_basic",
503502
"AdaptiveAvgPool1dStaticEvenMultiple_basic",
504503
"AdaptiveAvgPool1dStaticLargerOutput_basic",
505-
"AdaptiveAvgPool2dDynamicNoBatch_basic",
506504
"AdaptiveAvgPool2dDynamic_basic",
507505
"AdaptiveMaxPool1dDynamicNoBatch_basic",
508506
"AdaptiveMaxPool1dDynamic_basic",
@@ -545,6 +543,8 @@
545543
"AvgPool2dSingleIntTupleParamsModule_basic",
546544
"SliceOutOfLowerBoundEndIndexModule_basic",
547545
"RollModule_basic",
546+
"AdaptiveAvgPool2dDynamicNoBatch_basic",
547+
"AvgPool2dCHWModule_basic",
548548
}
549549

550550
FX_IMPORTER_STABLEHLO_XFAIL_SET = {

0 commit comments

Comments
 (0)