onnxruntime/cmake/external
Yulong Wang 054464dce2
fix XNNPACK on WebAssembly SIMD (#13161)
### Description

fix XNNPACK on WebAssembly SIMD.

Flag "-msimd128" need to be applied to every source file when compiling
WASM SIMD. Currently only a part of the source files are compiled with
this flag so we get inconsistent result for
`sizeof(xnn_f32_minmax_params)` because the type definition include a
`#ifdef` for `__wasm_simd128__`. The inconsistency causes writing
garbage data to a stack variable and eventually cause the crash.

XNNPACK libraries are C libraries so need to apply the build flags not
only to `CMAKE_CXX_FLAGS` but also to `CMAKE_C_FLAGS`.
2022-09-30 16:34:15 -07:00
..
cub@c3cceac115
cxxopts@3c73d91c0b
date@e7e1482087
dlpack@2775088798
eigen@d10b27fe37
emsdk@c220895fd1 upgrade emsdk to 3.1.19 (#12690) 2022-08-30 13:42:45 -07:00
flatbuffers@6df40a2471
FP16@0a92994d72
googlebenchmark@7d0d9061d8
googletest@53495a2a7d
json@b5364faf9d
libprotobuf-mutator@7a2ed51a6b
mimalloc@f412df7a2b
mp11@21cace4e57
nsync@436617053d
onnx@5a5f8a5935 Consume ONNX 1.12.1 to prevent vulnerability issue while loading external file (#12915) 2022-09-14 21:10:24 -07:00
onnx-tensorrt@87c7a70688
onnxruntime-extensions@d4b2aff0c8
protobuf@a902b39270 Upgrade protobuf version (#13100) 2022-09-26 21:30:28 -07:00
pthreadpool@1787867f61
pytorch_cpuinfo@5916273f79
re2@4244cd1cb4
SafeInt
tensorboard@373eb09e4c
wil@e8c599bca6
XNNPACK@003c580e69
abseil-cpp.cmake
abseil-cpp.natvis
composable_kernel.cmake Use CMake EXCLUDE_FROM_ALL for composable kernels to avoid building of conv related kernels (#12855) 2022-09-14 22:11:31 -07:00
dml.cmake Update DML 1.9.0 to 1.9.1 (#12966) 2022-09-15 10:54:22 -07:00
dnnl.cmake Upgrade the oneDNN ep to use oneDNNv2.7 (#13175) 2022-09-30 12:29:17 -07:00
eigen.cmake
extensions.cmake
FindNumPy.cmake
ipp-crypto.cmake
jemalloc.cmake
mimalloc.cmake
onnx_minimal.cmake
onnx_protobuf.natvis
pybind11.cmake
pyxir.cmake
tvm.cmake Drop nuphar from java API (#13107) 2022-09-26 17:06:08 -07:00
xnnpack.cmake fix XNNPACK on WebAssembly SIMD (#13161) 2022-09-30 16:34:15 -07:00
zlib.cmake