onnxruntime/cmake/patches
Yi Zhang b94ba09e4f
Upgrade XNNPACK to latest version (#22012)
### Description
Update XNNPack to latest version (Sep 4)
- Some op outputs are changed, channel or stride paras are moved into
reshape func.
e.g.
96962a602d
- input params of xnnpack's resize related function are changed a lot
- KleidiAI is added as a dependency in ARM64
- The latest XNNPACK includes 2 static libs microkernels-prod and
xnnpack.
Without microkernels-prod, it throws the exception of Undefined symbols.
- Add ORT_TARGET_PROCESSOR to get the real processor target in CMake
2024-09-17 10:12:16 -07:00
..
abseil Disable absl symbolize in Windows Release build (#21923) 2024-08-30 12:03:17 -07:00
composable_kernel Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
coremltools Add coremltools 7.1 as a dependency (#19389) 2024-02-03 09:42:21 +10:00
cpuinfo Update C++ dependencies (#21410) 2024-07-23 10:00:36 -07:00
cutlass softcap gqa (#21683) 2024-08-30 19:11:04 -07:00
eigen [AIX] Python binding enablement and gcc support (#21934) 2024-08-30 12:17:26 -07:00
flatbuffers Enablement of onnxruntime for AIX and fixing issues related to big-endian platform. (#21133) 2024-07-17 12:37:06 -07:00
gsl
neural_speed turn on neural_speed by default (#19627) 2024-03-20 12:49:58 -07:00
onnx pick changes from https://github.com/onnx/onnx/pull/6195 to fix heap-buffer-overflow in onnx::convPoolShapeInference (#21507) 2024-07-27 15:58:36 -07:00
protobuf Update protobuf_cmake.patch to allow extra disablements configurable by projects that build ORT (#20875) 2024-06-20 16:28:15 -07:00
xnnpack Upgrade XNNPACK to latest version (#22012) 2024-09-17 10:12:16 -07:00
.gitattributes