commit | 0d5abe04e566e9f261b0d88a2b0d0102b89aac82 | [log] [tgz] |
---|---|---|
author | Lun Dong <lundong@google.com> | Sat Sep 02 10:00:43 2023 -0700 |
committer | Lun Dong <lundong@google.com> | Sat Sep 02 10:00:43 2023 -0700 |
tree | 4b10b64adacf1f685645ee893a2e3c90bf1e4dcb | |
parent | c9559d4b0d211cd0a73700e22a64ae3ca254cfa9 [diff] |
sw/vec_iree: rename iree-flow-enable-data-tiling flag Rename the iree-flow-enable-data-tiling flag due to the upstream change https://github.com/openxla/iree/pull/14792 Change-Id: Ibaaa42013bc2bfc447786c774769676074cb0816
diff --git a/cmake/sparrow_vmvx_module.cmake b/cmake/sparrow_vmvx_module.cmake index 6a3f997..b75dd7f 100644 --- a/cmake/sparrow_vmvx_module.cmake +++ b/cmake/sparrow_vmvx_module.cmake
@@ -79,7 +79,7 @@ else() list(APPEND _COMPILER_ARGS "--iree-hal-target-backends=vmvx") list(APPEND _COMPILER_ARGS "--iree-vmvx-enable-microkernels") - list(APPEND _COMPILER_ARGS "--iree-flow-enable-data-tiling") + list(APPEND _COMPILER_ARGS "--iree-opt-data-tiling") endif() if(_RULE_EMITC)