onnxruntime/cmake/patches
Phoebe Chen 2b361c04d6
Fix Flatbuffer build issue. (#19296)
### Description

Building on g++ 13.2.0 results in -Wstringop-overread errors on Linux.
This commit addresses the flatbuffer build issue with the following
changes:
1. Remove the Werror flag in the flarbuffer patch.
2. Add a compilation option to suppress the 'stringop-overflow' error in
the Flatbuffers within the xnnpack provider.

### Motivation and Context
https://github.com/google/flatbuffers/issues/8119
https://github.com/microsoft/onnxruntime/pull/19239

Signed-off-by: Phoebe Chen <phoebe.chen@sifive.com>
2024-01-31 10:12:43 -08:00
..
abseil Update absl and gtest to fix an ARM64EC build error (#18735) 2023-12-07 15:55:17 -08:00
composable_kernel [ROCm] Update ck for GemmFloat8 (#18487) 2023-11-23 12:06:19 +08:00
flatbuffers Fix Flatbuffer build issue. (#19296) 2024-01-31 10:12:43 -08:00
gsl Remove the cmake option: onnxruntime_DEV_MODE (#13573) 2022-11-07 09:06:28 -08:00
onnx ONNX 1.15 integration (#17125) 2023-09-26 14:44:48 -07:00
protobuf Update protobuf to 3.21.x (#15245) 2023-03-29 14:08:18 -07:00
xnnpack Fix xnnpack compile error on arm32 (#18291) 2023-11-12 08:59:20 +10:00
.gitattributes Initial bootstrap commit. 2018-11-19 16:48:22 -08:00