-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade XNNPACK workload #2394
Upgrade XNNPACK workload #2394
Conversation
lum1n0us
commented
Jul 27, 2023
- sync source code to b9d4073a6913891ce9cbd8965c8d506075d2a45a which is referred by TensorFlow lite
- updgrade emscripten to 3.1.44
- CMake outputs are .wasm files and .aot files.
- sync source code to b9d4073a6913891ce9cbd8965c8d506075d2a45a which is refered by tensorflow - updgrade emscripten to 3.1.44
# "f16_gavgpool_cw_bench" | ||
# "f32_gavgpool_cw_bench" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why comment the two benches? Could we enable them?
"qs8_gemm_e2e_bench" | ||
"qu8_gemm_e2e_bench" | ||
"qu8_dwconv_e2e_bench" | ||
# "end2end_bench" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, I remember end2end_bench was enabled before.
$ wamrc -o average_pooling_bench.aot average_pooling_bench.wasm (or other wasm files) | ||
$ iwasm average_pooling_bench.aot | ||
$ cd <wamr-dir>/samples/workload/XNNPACK/build | ||
$ iwasm averag_pooling_bench.aot # (or other aot files) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
average
- Sync source code to b9d4073a6913891ce9cbd8965c8d506075d2a45a, which is referred by tensorflow - Upgrade emscripten to 3.1.44 - CMake outputs are .wasm files and .aot files
- Sync source code to b9d4073a6913891ce9cbd8965c8d506075d2a45a, which is referred by tensorflow - Upgrade emscripten to 3.1.44 - CMake outputs are .wasm files and .aot files