Are we still using the ONNXToTOSA and ONNXToStablehlo flows in ONNX-MLIR? #3187
Unanswered
jagadeeshvx
asked this question in
Q&A
Replies: 2 comments 3 replies
-
At AMD, we are using the ONNXToTOSA flow. In our fork of onnx-mlir https://github.com/Xilinx/onnx-mlir we have extended operator support for this flow. We plan to upstream these changes, but need to discuss internally how and when best to do this. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@jorickert let us know if there are blockers in the current main branch that makes that re-integration more difficult. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question — are we still using the ONNXToTOSA and ONNXToStablehlo flows in ONNX-MLIR? I noticed that both flows have very limited operator support, so I’m wondering if they are still actively maintained or in use.
ONNXToTOSA - https://github.com/onnx/onnx-mlir/tree/main/src/Conversion/ONNXToTOSA
ONNXToStablehlo - https://github.com/onnx/onnx-mlir/tree/main/src/Conversion/ONNXToStablehlo
cc: @AlexandreEichenberger, @tungld
Beta Was this translation helpful? Give feedback.
All reactions