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
2 changed files with 4 additions and 4 deletions

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)
```