Skip to content

Commit

Permalink
Update xfail set
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhandelwal1 committed Apr 29, 2024
1 parent 1d164ab commit def4a9d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2569,18 +2569,11 @@
"DiagonalModule_with_offset",
"TileBigDimsSizeModule_basic",
"TileSmallDimsSizeModule_basic",
# Failure - onnx_lowering: onnx.MaxPool
"MaxPool2dWithIndicesAllNegativeValuesModule_basic",
"MaxPool2dWithIndicesNonDefaultPaddingModule_basic",
"MaxPool2dWithIndicesStaticModule_basic",
# Failure - onnx_lowering: onnx.ReduceProd
"ReduceProdFloatModule_basic",
"ReduceProdDtypeFloatModule_basic",
"ReduceProdElementTypeBoolModule_basic",
"ReduceProdUnsignedIntModule_basic",
"ReduceProdSignedIntModule_basic",
"ReduceProdDtypeIntModule_basic",
# ERROR: dtype (torch.float32) is not equal to golden dtype (torch.float64)

# Failure - onnx_lowering: onnx.OneHot
"OneHotModule_basic",

# Failure - onnx_lowering: onnx.RandomNormal
"RandnDtypeDeviceModule_basic",
"RandnGeneratorF64Module_basic",
"RandnGeneratorModule_basic",
Expand Down Expand Up @@ -2683,4 +2676,7 @@
"ScatterReduceFloatSumModuleIncludeSelf",
"ScatterReduceIntProdModuleIncludeSelf",
"ScatterReduceIntSumModuleIncludeSelf",
"ViewDynamicExpandCollapseWithParallelUnknownDimModule_basic",
"MaxPool2dWithIndicesAllNegativeValuesModule_basic",
"MaxPool2dWithIndicesNonDefaultPaddingModule_basic",
}

0 comments on commit def4a9d

Please sign in to comment.