Skip to content

Commit

Permalink
Merge branch 'bump_to_5ce48dfa' into bump_to_abaff58c
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd authored Dec 13, 2024
2 parents ac7211e + 78e4dfd commit 681aa50
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@
"TensorToBool_basic",
"TensorToFloatZeroRank_basic",
"TensorToFloat_basic",
"TensorsSplitTensorLastSmallerModule_basic",
"TensorsSplitTensorModule_basic",
"TensorsSplitTensorNegativeDimModule_basic",
"ThresholdBackward2dMixedModule_basic",
"UnsafeViewCollapseDynamicWithAtenSizeIntModule_basic",
"UpSampleNearest2dDynamicFactor_basic",
Expand Down Expand Up @@ -2561,6 +2564,20 @@
"ScaledDotProductAttentionSameModule_basic",
}

if torch_version_for_comparison() > version.parse("2.6.0.dev"):
MAKE_FX_TOSA_PASS_SET = MAKE_FX_TOSA_PASS_SET - {
"ChunkListUnpackUneven_Module_basic",
"ChunkListUnpack_Module_basic",
"SplitTensorGetItem_Module_basic",
"SplitTensorLastSmallerModule_basic",
"SplitTensorListUnpackModule_basic",
"SplitTensorNegativeDimModule_basic",
"SplitWithSizesListUnpackModule_basic",
"TensorsSplitTensorLastSmallerModule_basic",
"TensorsSplitTensorModule_basic",
"TensorsSplitTensorNegativeDimModule_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

0 comments on commit 681aa50

Please sign in to comment.