onnxruntime/onnxruntime/core/graph
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
..
contrib_ops Add SpaceToDepth and DepthToSpace CUDA NHWC Ops (#19646) 2024-03-06 12:35:55 -08:00
dml_ops [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
extended_graph_edge.h
function.cc
function_container.h
function_impl.h
function_inliner.h
function_template.h
function_utils.cc If Branch Constant Folding (#18105) 2023-11-13 17:33:30 -08:00
function_utils.h Eliminate hashmap copies during function inlining (#17439) 2023-09-07 14:08:38 -07:00
graph.cc Optimize KahnsTopologicalSort and PriorityNodeCompare (#19475) 2024-02-16 05:34:55 -08:00
graph_flatbuffers_utils.cc [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
graph_flatbuffers_utils.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
graph_proto_serializer.cc
graph_proto_serializer.h
graph_utils.cc
graph_utils.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
graph_viewer.cc Optimize KahnsTopologicalSort and PriorityNodeCompare (#19475) 2024-02-16 05:34:55 -08:00
model.cc Update XNNPACK to latest version (#18038) 2023-11-03 09:04:28 -07:00
model.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
model_load_utils.h
node_attr_utils.cc
node_attr_utils.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
onnx_protobuf.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
op.cc
op.h [wasm] upgrade emsdk to 3.1.44 (#17069) 2023-08-10 16:08:36 -07:00
op_identifier.h
op_identifier_utils.cc
op_identifier_utils.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
ort_format_load_options.h
record.h
runtime_optimization_record.h
runtime_optimization_record_container.cc
runtime_optimization_record_container.h [On-Device-Training] Upgrade Flatbuffers to Support 2GB+ Checkpoints. (#19770) 2024-03-14 16:36:24 -07:00
schema_registry.cc Prevent GSL_SUPPRESS arguments from being modified by clang-format (#17242) 2023-08-22 18:26:53 -07:00