[ONNX] Enable remaining failed tests in opset13 (#50806) #51518
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
[ONNX] Modifications in remove inplace ops passes to better handle binary inplace ops (#51318) #51572 [ONNX] Modifications in remove inplace ops passes to better handle binary inplace ops ([ONNX] Modifications in remove inplace ops passes to better handle binary inplace ops #51318)
fix bug (#51222) #51527 fix bug ([ONNX] Fix bug in scatter_add symbolic #51222)
[ONNX] Support list remove for onnx export (#51373) #51526 [ONNX] Support list remove for onnx export ([ONNX] Support list remove for onnx export #51373)
[ONNX] Fix opset 11 ConstantChunk with negative dim (#51396) #51525 [ONNX] Fix opset 11 ConstantChunk with negative dim ([ONNX] Fix opset 11 ConstantChunk with negative dim #51396)
[ONNX] Update unsafe_chunk() method to support new version 13 of Split operator. (#51415) #51524 [ONNX] Update unsafe_chunk() method to support new version 13 of Split operator. ([ONNX] Update unsafe_chunk() method to support new version 13 of Split operator. #51415)
[ONNX] Enable Constant Folding for ONNX Opset 13 (#51096) #51523 [ONNX] Enable Constant Folding for ONNX Opset 13 ([ONNX] Enable Constant Folding for ONNX Opset 13 #51096)
Update error message that displays when encountering an op unsupported for ONNX export. (#51387) #51522 Update error message that displays when encountering an op unsupported for ONNX export. (Update error message that displays when encountering an op unsupported for ONNX export. #51387)
[ONNX] Fix graph sequence output from loop node (#51305) #51521 [ONNX] Fix graph sequence output from loop node ([ONNX] Fix graph sequence output from loop node #51305)
[ONNX] Fix graph position to insert clone node for inplace op removal (#50123) #51520 [ONNX] Fix graph position to insert clone node for inplace op removal ([ONNX] Fix graph position to insert clone node for inplace op removal #50123)
[ONNX] Add silu operator support for onnx (#51193) #51519 [ONNX] Add silu operator support for onnx ([ONNX] Add silu operator support for onnx #51193)
[ONNX] Enable remaining failed tests in opset13 (#50806) #51518 [ONNX] Enable remaining failed tests in opset13 ([ONNX] Enable remaining failed tests in opset13 #50806)
[ONNX] Export get/set attribute nodes (#50768) #51517 [ONNX] Export get/set attribute nodes ([ONNX] Export get/set attribute nodes #50768)
[ONNX] Improve error message for parse_arg in symbolic functions (#50512) #51516 [ONNX] Improve error message for parse_arg in symbolic functions ([ONNX] Improve error message for parse_arg in symbolic functions #50512)
[ONNX] Fix bug in unfold symbolic (#50504) #51515 [ONNX] Fix bug in unfold symbolic ([ONNX] Fix bug in unfold symbolic #50504)
[ONNX] Update constant-folding of Gather op (#50554) #51514 [ONNX] Update constant-folding of Gather op ([ONNX] Update constant-folding of Gather op #50554)
enable remaining test in opset13
add comments for error version test info
fix comments:opset12 unbind problem
add ignore[no-redef]
fix format
Co-authored-by: hwangdeyu deyhuang@qq.com
Differential Revision: D26203122