commit | 495afcc7a9e82d920b2c73343e7adba43f1b122e | [log] [tgz] |
---|---|---|
author | Lun Dong <lundong@google.com> | Tue Jun 06 13:06:04 2023 -0700 |
committer | Lun Dong <lundong@google.com> | Tue Jun 06 13:06:04 2023 -0700 |
tree | 89fe6a98e560fe2eb1eb92780c49bc31d58b3803 | |
parent | ea117024e28c49ade30d1b3d62fa5fa3fb13fee2 [diff] |
Update mnist input type to stablehlo Update mnist input type to stablehlo to match upstream change. Change-Id: I3143ff9b608a01cbbce743d8559c6a6aae4092a1
diff --git a/float_models/CMakeLists.txt b/float_models/CMakeLists.txt index 9bf848a..9214957 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_legacy" + "-iree-input-type=stablehlo" RVV_OFF )