Commit 8d330d8
V1.23.1 merge (#181)
* ORT 1.23.1 cherrypick 1 [REDO] (microsoft#26140)
### Description
Cherry-pick the following PRs into the ORT 1.23.1 branch:
- Fix Attention GQA implementation on CPU
- **MANUAL MERGE**: see
microsoft#26057
- main merge date: Sept 15, 11:33am
- pr: microsoft#25966
- commit: d530b29
- Address edge GetMemInfo edge cases
- main merge date: Sept 16, 10:32am
- pr: microsoft#26021
- commit: d251f3a
- Implement new Python APIs
- main merge date: Sept 17, 11:44am
- pr: microsoft#25999
- commit: abc63e8
- MemcpyFromHost and MemcpyToHost support for plugin EPs
- **MERGE CONFLICT** on file
onnxruntime/test/optimizer/transpose_optimizer_test.cc. Conflicts with
microsoft#25689
- main merge date: Sept 23, 10:42am
- pr: microsoft#26088
- commit: 4545732
- [TRT RTX EP] Fix bug for generating the correct subgraph in
GetCapability microsoft#26132
- main merge date: Sept 23, 8:54pm
- pr: microsoft#26132
- commit: 72e56e7
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
---------
Co-authored-by: Dmitri Smirnov <[email protected]>
Co-authored-by: Edward Chen <[email protected]>
Co-authored-by: Chi Lo <[email protected]>
* ORT 1.23.1 cherrypick 2 (microsoft#26182)
### Description
Adds the following commits to the `rel-1.23.1` branch for ORT 1.23.1:
- add session_id_ to LogEvaluationStart/Stop, LogSessionCreationStart
- main merge date: July 31, 1:05am
- pr: microsoft#25590
- commit: e753643
- [build] fix WebAssembly build on macOS/arm64
- main merge date: Aug 5, 8:07am
- pr: microsoft#25653
- commit: 53f152b
- [CPU] MoE Kernel (microsoft#25958)
- main merge date: Sept 10, 4:54pm
- pr: microsoft#25958
- commit: 930e640
- [CPU] Block-wise QMoE kernel for CPU
- main merge date: Sept 15, 8:32am
- pr: microsoft#26009
- commit: 5d17734
- [C#] Implement missing APIs
- main merge date: Sept 24, 10:50am
- pr: microsoft#26101
- commit: 35dcab5
- Regenerate test model with ONNX IR < 12
- main merge date: Sept 24, 2:50pm
- pr: microsoft#26149
- commit: 88f2652
- [CPU] Fix compilation errors because of unused variables
- main merge date: Sept 25, 1:21pm
- pr: microsoft#26147
- commit: 42fcd71
- [EP ABI] Check if nodes specified in GetCapability() have already been
assigned
- main merge date: Sept 26, 1:24am
- pr: microsoft#26156
- commit: 67d3ba0
- [QNN EP] Add dynamic option to set HTP performance mode
- main merge date: Sept 26, 11:55am
- pr: microsoft#26135
- commit: 6cc40fd
---------
Co-authored-by: xieofxie <[email protected]>
Co-authored-by: hualxie <[email protected]>
Co-authored-by: Yulong Wang <[email protected]>
Co-authored-by: Akshay Sonawane <[email protected]>
Co-authored-by: Dmitri Smirnov <[email protected]>
Co-authored-by: Edward Chen <[email protected]>
Co-authored-by: quic-tirupath <[email protected]>
Co-authored-by: quic-ashwshan <[email protected]>
---------
Co-authored-by: Adrian Lizarraga <[email protected]>
Co-authored-by: Dmitri Smirnov <[email protected]>
Co-authored-by: Edward Chen <[email protected]>
Co-authored-by: Chi Lo <[email protected]>
Co-authored-by: xieofxie <[email protected]>
Co-authored-by: hualxie <[email protected]>
Co-authored-by: Yulong Wang <[email protected]>
Co-authored-by: Akshay Sonawane <[email protected]>
Co-authored-by: quic-tirupath <[email protected]>
Co-authored-by: quic-ashwshan <[email protected]>1 parent 8ff252d commit 8d330d8
File tree
94 files changed
+5290
-747
lines changed- cmake
- csharp
- src/Microsoft.ML.OnnxRuntime
- test
- Microsoft.ML.OnnxRuntime.Tests.Common
- Microsoft.ML.OnnxRuntime.Tests.NetCoreApp
- docs
- python
- include/onnxruntime/core/session
- js
- common
- lib
- node
- lib
- script
- react_native
- lib
- web
- lib
- onnxruntime
- contrib_ops
- cpu
- moe
- cuda
- collective
- moe
- quantization
- core
- framework
- optimizer
- platform
- windows
- providers
- cpu
- llm
- nv_tensorrt_rtx
- qnn
- tensorrt
- session
- plugin_ep
- python
- test
- autoep
- library
- contrib_ops
- framework
- onnx
- optimizer
- providers
- cpu/llm
- internal_testing
- qnn
- python
- transformers
- testdata
- tools/ci_build
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+5290
-747
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
| 1803 | + | |
1803 | 1804 | | |
1804 | 1805 | | |
1805 | 1806 | | |
| |||
1822 | 1823 | | |
1823 | 1824 | | |
1824 | 1825 | | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
1825 | 1829 | | |
1826 | 1830 | | |
1827 | 1831 | | |
| |||
Lines changed: 76 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
217 | 293 | | |
218 | 294 | | |
219 | 295 | | |
| |||
0 commit comments