iree-experimental icon indicating copy to clipboard operation
iree-experimental copied to clipboard

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

Open Sameeranjoshi opened this issue 2 years ago • 1 comments

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'?

Sameeranjoshi avatar Mar 21 '23 19:03 Sameeranjoshi

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)

https://github.com/openxla/iree/pull/12585

cc @pzread / @MaheshRavishankar

ScottTodd avatar Mar 27 '23 18:03 ScottTodd