Some questions about torch operator in iree. #22054
FlintWangacc
started this conversation in
General
Replies: 0 comments
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.
-
Hi guys,
I am curious about the how torch operator is handled in iree.
For example, I have a simple matmul model
I didn't tell iree how to handle
torch.matmul. After some investigation, I think thetorch.matmulwill become a hal command in iree bytecode sequence. But I didn't tell iree how to generate code fortorch.matmul. Which pass add the mlir source code for thisMatMulModel?Beta Was this translation helpful? Give feedback.
All reactions