Build more benchmarks in workload XNNPACK (#2417)

Build 3 more benchmarks in workload XNNPACK and fix a typo.
This commit is contained in:
Wenyong Huang 2023-08-03 08:39:22 +08:00 committed by GitHub
parent ecd4fccc96
commit 43a3cbf2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ list(APPEND NATIVE_BENCHMARKS
"f32_igemm_bench"
"f32_conv_hwc_bench"
"f16_conv_hwc2chw_bench"
# "f16_gavgpool_cw_bench"
# "f32_gavgpool_cw_bench"
"f16_gavgpool_cw_bench"
"f32_gavgpool_cw_bench"
"f32_conv_hwc2chw_bench"
"f16_dwconv_bench"
"f32_dwconv_bench"
@ -126,7 +126,7 @@ list(APPEND NATIVE_BENCHMARKS
"qs8_gemm_e2e_bench"
"qu8_gemm_e2e_bench"
"qu8_dwconv_e2e_bench"
# "end2end_bench"
"end2end_bench"
"f16_exp_ulp_eval"
"f16_expminus_ulp_eval"
"f16_expm1minus_ulp_eval"

View File

@ -44,6 +44,6 @@ Then run:
``` shell
$ cd <wamr-dir>/samples/workload/XNNPACK/build
$ iwasm averag_pooling_bench.aot # (or other aot files)
$ iwasm average_pooling_bench.aot # (or other aot files)
```