Skip to content

Commit

Permalink
Add missing cpu features flag to match mmt4d flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacob committed Mar 5, 2022
1 parent 1f3383a commit 89d4981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/TFLite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ iree_benchmark_suite(
TRANSLATION_FLAGS
${ANDROID_CPU_TRANSLATION_FLAGS}
"--iree-flow-mmt4d-target-options=arch=aarch64 features=+dotprod"
"-iree-llvm-target-cpu-features=+dotprod"
BENCHMARK_TOOL
iree-benchmark-module
DRIVER
Expand Down Expand Up @@ -411,6 +412,7 @@ iree_benchmark_suite(
TRANSLATION_FLAGS
${ANDROID_CPU_TRANSLATION_FLAGS}
"--iree-flow-mmt4d-target-options=arch=aarch64 features=+dotprod"
"-iree-llvm-target-cpu-features=+dotprod"
BENCHMARK_TOOL
iree-benchmark-module
DRIVER
Expand Down Expand Up @@ -440,6 +442,7 @@ iree_benchmark_suite(
# TRANSLATION_FLAGS
# ${ANDROID_CPU_TRANSLATION_FLAGS}
# "--iree-flow-mmt4d-target-options=arch=aarch64 features=+dotprod"
# "-iree-llvm-target-cpu-features=+dotprod"
# BENCHMARK_TOOL
# iree-benchmark-module
# DRIVER
Expand Down Expand Up @@ -467,6 +470,7 @@ iree_benchmark_suite(
# TRANSLATION_FLAGS
# ${ANDROID_CPU_TRANSLATION_FLAGS}
# "--iree-flow-mmt4d-target-options=arch=aarch64 features=+dotprod"
# "-iree-llvm-target-cpu-features=+dotprod"
# BENCHMARK_TOOL
# iree-benchmark-module
# DRIVER
Expand Down Expand Up @@ -494,6 +498,7 @@ iree_benchmark_suite(
TRANSLATION_FLAGS
${ANDROID_CPU_TRANSLATION_FLAGS}
"--iree-flow-mmt4d-target-options=arch=aarch64 features=+dotprod"
"-iree-llvm-target-cpu-features=+dotprod"
BENCHMARK_TOOL
iree-benchmark-module
DRIVER
Expand Down

0 comments on commit 89d4981

Please sign in to comment.