I have prepared the iwasm, AOT compiler, wasi-sdk-19, and have successfully run some ".../samples/basic/..." demo;
However, when I run the "tests/benchmarks/polybench", I get an error seems tricky. I hope someone can give me some tips to deal with it.
I have proposed a discussion , please see more detail here:Error when execute tests/benchmarks/polybench #2186
Hi, please add -D_WASI_EMULATED_PROCESS_CLOCKS
when using wais-sdk-19.0 to build the polybench benchmark, I submitted a PR to fix it:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2187
Last updated: Nov 22 2024 at 17:03 UTC