onnxruntime/tools/ci_build/github
Adrian Lizarraga 3ae5df1d18
[QNN EP] Update QNN SDK to 2.23.0 (#21008)
### Description
- Updates CI pipelines to use QNN SDK 2.23.0 by default.
- QNN SDK adds support for int64 Cast. This allows QNN EP to support
ONNX ArgMax/ArgMin/TopK operators that generate an int64 graph output.

Example translation of ArgMax:
- **ONNX**:    input --> ArgMax --> output (int64)
- **QNN**: input --> ArgMax --> Cast (int32 to int64) --> output (int64)

### Motivation and Context
Update onnxruntime to use the latest QNN SDK.
2024-06-19 12:37:42 -07:00
..
android Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
apple Update to mobile model usability checker (#19843) 2024-06-18 07:50:33 +10:00
azure-pipelines [QNN EP] Update QNN SDK to 2.23.0 (#21008) 2024-06-19 12:37:42 -07:00
js Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
linux Updating cudnn from 8 to 9 on exsiting cuda 12 docker image (#20925) 2024-06-11 09:37:16 -07:00
pai [ROCm] Update ck to use ck_tile (#21030) 2024-06-19 14:06:10 +08:00
windows Update ONNX installing script (#21044) 2024-06-13 23:49:41 -07:00
Doxyfile_csharp.cfg