Skip to content

Commit

Permalink
Merge pull request #160 from Xilinx/matthias.fix_submodule
Browse files Browse the repository at this point in the history
Fix submodule to existing commit
  • Loading branch information
mgehre-amd authored May 10, 2024
2 parents 295d180 + 52b08ca commit 6e513b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion externals/llvm-project
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
2 changes: 1 addition & 1 deletion pytorch-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# release page, and we use this page as an additional source for the wheels.
-f https://xilinx.github.io/torch-mlir/package-index/
--pre
torch==2.3.0.dev20240307
torch==2.3.0.dev20240108
2 changes: 1 addition & 1 deletion torchvision-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# release page, and we use this page as an additional source for the wheels.
-f https://xilinx.github.io/torch-mlir/package-index/
--pre
torchvision==0.18.0.dev20240307
torchvision==0.18.0.dev20240108

0 comments on commit 6e513b1

Please sign in to comment.