[Build] WASM build of v1.20.1
with --use_xnnpack
fails
#23460
Labels
build
build issues; typically submitted using template
ep:Xnnpack
issues related to XNNPACK EP
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
Hello 👋
I want to utilize the ONNX runtime in a Web application. I successfully built the static library of ONNX runtime with SIMD and threading and linked it within my Emscripten project. The CPU execution providers works great. Now I tried to also include the XNNPACK execution provider with the
--use_xnnpack
flag to improve the performance of the inferencing.However, the
src/amalgam
directory is missing from the XNNPACK distribution.xnnpack.cmake
says:I cannot find any documentation at the XNNPACK how to manually generate these amalgam (?) microkernels. I also cannot find an example in this repository. How to build the XNNPACK execution provider for the Web?
Urgency
No response
Target platform
WASM
Build script
Error / output
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: