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

Unknown command line argument '--iree-flow-enable-aggressive-fusion`. #112

Open
Sameeranjoshi opened this issue Mar 21, 2023 · 1 comment

Comments

@Sameeranjoshi
Copy link

I am trying to build and test and play with the transform-dialect directory, I followed the steps from the dumped commands I get this error, is these some flag changes in iree-compile not updated in the script.sh ?

$ benchmark-transform-run-iree-compile -b cuda /tmp/reduction_2d_static_123x456xf32.mlir /tmp/iree_transform_dialect_aca3d2.mlir
iree-transform-compile /tmp/reduction_2d_static_123x456xf32.mlir -b cuda -c /tmp/iree_transform_dialect_aca3d2.mlir
iree-compile: Unknown command line argument '--iree-flow-enable-aggressive-fusion'.  Try: 'iree-compile --help'
iree-compile: Did you mean '--iree-llvmcpu-enable-pad-consumer-fusion'?

@ScottTodd
Copy link
Member

I'm not sure how current the transform_dialect directory is relative to the main IREE repository, but yes - that flag was changed:

~/code/iree$ git log -S "iree-flow-enable-aggressive-fusion"
commit bb1f986d5014be71bc38377a8ba5cefa5cf2a5d8 (tag: candidate-20230317.461)
Author: Jerry Wu <[email protected]>
Date:   Fri Mar 17 05:55:08 2023 +0000

    Rename aggrsssive fusion to fuse-multi-use (#12585)

iree-org/iree#12585

cc @pzread / @MaheshRavishankar

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

No branches or pull requests

2 participants