Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing mlir-opt options in onnx-mlir-opt #177

Open
doru1004 opened this issue Jun 18, 2020 · 2 comments
Open

Missing mlir-opt options in onnx-mlir-opt #177

doru1004 opened this issue Jun 18, 2020 · 2 comments
Assignees
Labels
optimizations optimizations

Comments

@doru1004
Copy link
Collaborator

Just noticed today that we are missing some mlir-opt options in onnx-mlir-opt. This issue is a reminder to register some of the missing mlir-opt passes in onnx-mlir-opt.

@doru1004
Copy link
Collaborator Author

@AlexandreEichenberger if you have any more passes which you'd like see in onnx-mlir-opt please enumerate them here and I will try to add them!

@AlexandreEichenberger
Copy link
Collaborator

Actually yes:

--convert-vector-to-scf --lower-affine --convert-scf-to-std --convert-vector-to-llvm

generally, everything that has vector, affine, scf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimizations optimizations
Projects
None yet
Development

No branches or pull requests

2 participants