onnxruntime/cmake/patches
sdegrande cf062dbdb1
FlatBuffers fails to compile with gcc13. (#15787)
When building the FlatBuffers dependencies, gcc13 emits a
stringop-overflow warning. All warnings being turned into errors, that
fails the compilation of FlatBuffers, and as a consequence also fails
the build of onnxruntime.

This commit adds the application of a patch to FlatBuffers's
CMakeList.txt, to add -Wno-error=stringop-overflow to the
CMAKE_CXX_FLAGS.
2023-05-11 11:20:19 -07:00
..
abseil
composable_kernel
cutlass Extend memory efficient attention coverage in Attention/MHA cuda op (#15064) 2023-03-23 11:05:17 -07:00
eigen
flatbuffers FlatBuffers fails to compile with gcc13. (#15787) 2023-05-11 11:20:19 -07:00
gsl
onnx
protobuf Update protobuf to 3.21.x (#15245) 2023-03-29 14:08:18 -07:00
xnnpack
.gitattributes