mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description This change upgrade emsdk to 3.1.44. Because backend is upgraded to LLVM 16, so need to fix a lot of build failures caused by "-Wshorten-64-to-32". most of the build failures comes from generated `onnx.pb.h`, and this can be fixed by including "core/graph/onnx_protobuf.h", which detects and ignore shorten-64-to-32 warnings.
13 lines
545 B
Text
13 lines
545 B
Text
[submodule "cmake/external/onnx"]
|
|
path = cmake/external/onnx
|
|
url = https://github.com/onnx/onnx.git
|
|
[submodule "cmake/external/libprotobuf-mutator"]
|
|
path = cmake/external/libprotobuf-mutator
|
|
url = https://github.com/google/libprotobuf-mutator.git
|
|
[submodule "cmake/external/emsdk"]
|
|
path = cmake/external/emsdk
|
|
url = https://github.com/emscripten-core/emsdk.git
|
|
branch = 3.1.44
|
|
[submodule "cmake/external/onnxruntime-extensions"]
|
|
path = cmake/external/onnxruntime-extensions
|
|
url = https://github.com/microsoft/onnxruntime-extensions.git
|