onnxruntime/tools/ci_build/github
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
..
android enable xnnpack in default_full_aar_build_settings (#12682) 2022-08-25 10:41:06 +08:00
apple Update supported ops md for NNAPI/CoreML EP (#12245) 2022-07-21 10:23:08 -07:00
azure-pipelines fix XNNPACK on WebAssembly SIMD (#13161) 2022-09-30 16:34:15 -07:00
js Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
linux Upgrade pytorch to 1.12.1 for training pipelines (#13128) 2022-09-28 17:59:49 -07:00
pai [ROCm] add MIGraphX ci pipeline (#11569) 2022-09-28 10:59:30 +08:00
python_checks
windows Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
Doxyfile_csharp.cfg