| commit | ea117024e28c49ade30d1b3d62fa5fa3fb13fee2 | [log] [tgz] |
|---|---|---|
| author | Lun Dong <lundong@google.com> | Fri Jun 02 13:20:11 2023 -0700 |
| committer | Lun Dong <lundong@google.com> | Fri Jun 02 13:20:11 2023 -0700 |
| tree | 38931a2ece416c52449eca6af46f039ad163016a | |
| parent | 3af6ebc3cb1df4de0a1b2dc10efe26c39df53cf5 [diff] |
ml-model-public: Fix upstream iree breakage renaming mhlo to mhlo-legacy due to https://github.com/openxla/iree/pull/13870. Will further renaming to stablehlo once mnist.mlir is updated. Change-Id: I077a21979da4712f1c04f93072f1ae541cd319c2
diff --git a/float_models/CMakeLists.txt b/float_models/CMakeLists.txt index 6c57aa1..9bf848a 100644 --- a/float_models/CMakeLists.txt +++ b/float_models/CMakeLists.txt
@@ -29,7 +29,7 @@ C_IDENTIFIER "float_models_mnist" FLAGS - "-iree-input-type=mhlo" + "-iree-input-type=mhlo_legacy" RVV_OFF )