Skip to content

Commit

Permalink
Merge pull request #357 from Xilinx/bump_to_b92e6183
Browse files Browse the repository at this point in the history
[AutoBump] Merge with fixes of b92e618 (Aug 27) (34)
  • Loading branch information
mgehre-amd authored Oct 1, 2024
2 parents ed7d27c + e9e834f commit a0fdb03
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@
"ViewCollapseDynamicWithAtenSizeIntModule_basic",
"ViewSizeFromOtherTensor_basic",
"WeightNormInterfaceModule_basic",
"ScaledDotProductAttentionDifferentModule_basic",
"ScaledDotProductAttentionSameModule_basic",
}

FX_IMPORTER_CRASHING_SET = LINALG_CRASHING_SET | {
Expand Down Expand Up @@ -2290,7 +2292,6 @@
"ViewSizeDimLedByCollapsedOnesModule_basic",
"ViewSizeFromOtherTensor_basic",
"RepeatInterleaveSelfIntModule_basic",
"ScaledDotProductAttentionDifferentModule_basic",
"RenormModuleFloat32NegativeDim_basic",
"RenormModuleFloat32_basic",
}
Expand Down Expand Up @@ -2331,6 +2332,11 @@
"AdaptiveAvgPool2dFixedKernelStrideSizeStaticModule_basic",
}

if torch_version_for_comparison() < version.parse("2.5.0.dev"):
MAKE_FX_TOSA_PASS_SET = MAKE_FX_TOSA_PASS_SET | {
"ScaledDotProductAttentionDifferentModule_basic",
}

LTC_CRASHING_SET = {
# TODO: update test to move all inputs to the lazy device. Otherwise test fails with:
# Check failed: lazy_tensor Input tensor is not a lazy tensor: CPUBoolType.
Expand Down
2 changes: 1 addition & 1 deletion pytorch-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
748db193d71a1c29471a87c7841da6a5a0a0dbae
aa1fc68d51488dab6cf353464ea320e2a0db18f8
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.5.0.dev20240818
torch==2.5.0.dev20240825
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.20.0.dev20240818
torchvision==0.20.0.dev20240825

0 comments on commit a0fdb03

Please sign in to comment.