Skip to content

Commit

Permalink
New llvm version makes more tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd committed May 10, 2024
1 parent c1ecdec commit 52b08ca
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@
"ElementwiseAddScalarFloatModule_basic",
"ElementwiseAddScalarInt64Module_basic",
"ElementwiseAddScalarIntModule_basic",
"ElementwiseAddScalar_NumToTensorFloat_Module_basic",
"ElementwiseAddScalar_TensorLiteralInt32_Module_basic",
"ElementwiseAtenDivIntScalarModule_basic",
"ElementwiseAtenLogicalAndOpModule_basic",
Expand Down Expand Up @@ -1078,6 +1079,7 @@
"ElementwiseCloneContiguousModule_basic",
"ElementwiseCloneModule_basic",
"ElementwiseDivScalarModule_basic",
"ElementwiseDivTensorFloatModule_basic",
"ElementwiseDivTensorIntegerModule_basic",
"ElementwiseDivTensorUnsignedIntegerModule_basic",
"ElementwiseEluModule_basic",
Expand Down Expand Up @@ -1138,6 +1140,7 @@
"ElementwiseMulScalarModule_basic",
"ElementwiseMulScalarModule_float",
"ElementwiseMulScalarModule_int",
"ElementwiseMulTensorFloatModule_basic",
"ElementwiseMulTensorIntModule_basic",
"ElementwiseNeFloatScalarModule_basic",
"ElementwiseNeFloatTensorModule_basic",
Expand All @@ -1156,6 +1159,7 @@
"ElementwiseReciprocalModule_basic",
"ElementwiseRelu6Module_basic",
"ElementwiseReluModule_basic",
"ElementwiseRemainderScalarModule_Bool_basic",
"ElementwiseRemainderScalarModule_Float_basic",
"ElementwiseRemainderScalarModule_Int_basic",
"ElementwiseRemainderScalarModule_Int_Float_basic",
Expand All @@ -1172,6 +1176,8 @@
"ElementwiseUnaryModule_basic",
"ElementwiseUnsqueezeBroadcastModule_basic",
"ElementwiseWhereScalarModule_basic",
"ElementwiseWhereScalarOtherStaticModule_basic",
"ElementwiseWhereScalarSelfStaticModule_basic",
"ElementwiseNanToNumModule_Basic",
"EmbeddingModule1DIndices_basic",
"EmbeddingModuleI32Static_basic",
Expand All @@ -1197,6 +1203,8 @@
"GatherStaticModule_basic",
"GeluBackwardModule_basic",
"GluStaticModule_basic",
"GroupNormModule_basic",
"GroupNormNoWeightAndBiasModule_basic",
"HardsigmoidModule_basic",
"HardsigmoidRandomModule_basic",
"HardswishModule_basic",
Expand Down Expand Up @@ -1226,6 +1234,7 @@
"LinalgVectorNormKeepDimModule_basic",
"LinalgVectorNormModule_basic",
"LinalgNormKeepDimModule_basic",
"LogSoftmaxIntModule_basic",
"MaskedFillScalarDefaultModule_basic",
"MaskedFillScalarFloatValueModule_basic",
"MaskedFillScalarFloatValueStaticModule_basic",
Expand All @@ -1245,6 +1254,7 @@
"MoveDimIntModule_basic",
"MoveDimIntNegativeIndexModule_basic",
"MseLossNoReductionModule_basic",
"NativeGroupNormModule_basic",
"NativeLayerNormModule4D_basic",
"NewEmptyModuleBool_basic",
"NewEmptyModuleDefaultDtype_basic",
Expand Down Expand Up @@ -1342,6 +1352,7 @@
"SliceOutOfUpperBoundIndexStaticModule_basic",
"SliceSizeTwoStepDivisibleStaticModule_basic",
"SliceStaticModule_basic",
"SoftmaxIntArgTypeF64Module_basic",
"SoftmaxIntModule_basic",
"SoftmaxIntNegDimModule_basic",
"_SoftmaxModule_basic",
Expand Down Expand Up @@ -1476,8 +1487,6 @@
"Conv2dNoPaddingModule_basic",
"Conv2dWithPaddingDilationStrideModule_basic",
"Conv2dWithPaddingModule_basic",

"AtenInstanceNormModule_basic",
}

MAKE_FX_TOSA_CRASHING_SET = {"CumsumModule_basic"}
Expand Down

0 comments on commit 52b08ca

Please sign in to comment.