onnxruntime/onnxruntime/core
Adam Louly 32558134a9
[On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770)
### Description
Modifications to support 2GB+ checkpoint & Upgrading Flatbuffers


### Motivation and Context
This PR includes changes that will make ort handle 2GB+ checkpoints.
To do that we need to upgrade flatbuffers to 23.5.9 -
https://github.com/google/flatbuffers/pull/7945

- Modified the commitHash and the hash for the new version
- Removed the patch for rust generator's unused variable warning as it
is no longer producing this - [Check it out
here](d121e09d89/src/idl_gen_rust.cpp)
- Updated the VerifyField calls with alignment values that were
introduced in the new version.

---------

Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com>
2024-03-14 16:36:24 -07:00
..
codegen Replace some ORT_ENFORCE with ORT_THROW_IF_ERROR (#18812) 2023-12-14 10:14:22 -08:00
common [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
dll
dlpack
eager
flatbuffers [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
framework [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
graph [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
language_interop_ops
mickey Adding cuda kernel (optimized for sm80) for block-wise 4b quantized float 16 GEMM. (#18619) 2024-03-05 09:37:45 -08:00
mlas [MLAS][AArch64] SQ4BitGemm CompInt8 multi-block implementation (#19826) 2024-03-14 13:05:42 -07:00
optimizer Add support for LRN NHWC OPs (#19866) 2024-03-13 17:52:07 -07:00
platform fix memory mapping on Windows (#19623) 2024-02-25 08:50:45 -08:00
providers [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
quantization
session Add 2 C API for ort extension (#19808) 2024-03-14 06:00:41 -07:00
util Adding cuda kernel (optimized for sm80) for block-wise 4b quantized float 16 GEMM. (#18619) 2024-03-05 09:37:45 -08:00