[NFC] Make flags more descriptive#3330
Conversation
|
We can consider to update flag names in iree-run-mlir. I didn't do it because the style there looks different. Do we want to replace |
|
Could you also update the flags in iree-run-module-vulkan-gui-main.cc and build_apk.sh? They are newly added files. :) It would be nice to perform a grep to make sure there are no others left. iree-run-mlir uses cli parsing from LLVM and it's following LLVM style (using |
antiagainst
left a comment
There was a problem hiding this comment.
We also need to update flags in iree-run-module-vulkan-gui-main.cc and build_apk.sh.
|
I updated iree-run-module-vulkan-gui-main.cc and build_apk.sh, thanks for pointing them out! New finding:
|
phoenix-meadowlark
left a comment
There was a problem hiding this comment.
The modifications to the benchmarking readme and tensorflow integrations LTGM!
Follow up on iree-org#3330 to unify words in options. Part of iree-org#3248
Fixes #3248