[Dynamo] fix TORCHDYNAMO_CRASHING_SET (#2082)

pull/1661/merge snapshot-20230502.826
Maksim Levental 2023-05-01 21:35:26 -05:00 committed by GitHub
parent 55caaf6dda
commit 100cb46baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 24 deletions

View File

@ -204,41 +204,30 @@ TORCHDYNAMO_XFAIL_SET = {
# See https://github.com/llvm/torch-mlir/issues/2050
TORCHDYNAMO_CRASHING_SET = {
"ElementwiseCloneChannelsLastMemoryFormatModule_basic",
"ElementwiseCloneContiguousModule_basic"
"ElementwiseCloneModule_basic"
"ExpandAsFloatModule_basic"
"ElementwiseCloneContiguousModule_basic",
"ElementwiseCloneModule_basic",
"ExpandAsFloatModule_basic",
"ExpandAsIntModule_basic"
"ExpandAsIntModule_basic",
"ExpandModule_basic"
"ExpandModule_basic",
"MoveDimIntModule_basic"
"MoveDimIntModule_basic",
"MoveDimIntNegativeIndexModule_basic"
"MoveDimIntNegativeIndexModule_basic",
"NarrowVerticalTest2_basic"
"NarrowVerticalTest_basic"
"NumpyTRank2Module_basic"
"NarrowVerticalTest2_basic",
"NarrowVerticalTest_basic",
"NumpyTRank2Module_basic",
"NumpyTRankNDynamicModule_basic"
"NumpyTRankNDynamicModule_basic",
"NumpyTRankNStaticModule_basic"
"NumpyTRankNStaticModule_basic",
"PermuteModule_basic"
"PermuteModule_basic",
"PermuteNegativeIndexModule_basic"
"PermuteNegativeIndexModule_basic",
"SelectIntNegativeDimAndIndexStaticModule_basic"
"SelectIntNegativeDimAndIndexStaticModule_basic",
"SliceModule_basic"
"SliceNegIdxModule_basic"
"SliceOutOfLowerBoundStartIndexModule_basic"
"SliceSizeTwoStepModule_basic"
"SliceStaticModule_basic"
"TModuleRank2_basic"
"ToCopyModule_basic"
"TransposeIntModule_basic"
"TransposeIntNegDimsModule_basic"
"SliceModule_basic",
"SliceNegIdxModule_basic",
"SliceOutOfLowerBoundStartIndexModule_basic",
"SliceSizeTwoStepModule_basic",
"SliceStaticModule_basic",
"TModuleRank2_basic",
"ToCopyModule_basic",
"TransposeIntModule_basic",
"TransposeIntNegDimsModule_basic",
}
STABLEHLO_PASS_SET = {