[iree][llvm]error in converting an linalg mlir into llvm using nvvm · Issue #20635 · iree-org/iree · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert an model into onnx
use this command to convert into linalg
$ iree-opt iree_onnx.mlir --torch-onnx-to-torch-backend-pipeline --torch-backend-to-linalg-on-tensors-backend-pipeline -o iree_linalg.mlir
convert this linalg into llvm using this
mlir-opt iree_linalg.mlir --linalg-generalize-named-ops | iree-opt -pass-pipeline="builtin.module(convert-func-to-spirv,torch-func-backend-type-conversion,iree-codegen-iree-bufferize-constants,iree-convert-to-llvm)" | iree-opt --iree-convert-to-nvvm
What component(s) does this issue relate to?
No response
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What happened?
Steps to reproduce your issue
convert an model into onnx
use this command to convert into linalg
$ iree-opt iree_onnx.mlir --torch-onnx-to-torch-backend-pipeline --torch-backend-to-linalg-on-tensors-backend-pipeline -o iree_linalg.mlir
convert this linalg into llvm using this
mlir-opt iree_linalg.mlir --linalg-generalize-named-ops | iree-opt -pass-pipeline="builtin.module(convert-func-to-spirv,torch-func-backend-type-conversion,iree-codegen-iree-bufferize-constants,iree-convert-to-llvm)" | iree-opt --iree-convert-to-nvvm
What component(s) does this issue relate to?
No response
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: