[QNN-EP] Support for Upsample operator#24265
Conversation
|
/azp run Linux QNN CI Pipeline,Windows x64 QNN CI Pipeline,Windows ARM64 QNN CI Pipeline,Linux Android Emulator QNN CI Pipeline |
|
Azure Pipelines successfully started running 4 pipeline(s). |
|
Please fix the format issue |
|
/azp run Linux QNN CI Pipeline,Windows x64 QNN CI Pipeline,Windows ARM64 QNN CI Pipeline,Linux Android Emulator QNN CI Pipeline |
|
Azure Pipelines successfully started running 4 pipeline(s). |
5cfea1d to
a78df96
Compare
|
fyi, this PR doesn't require onnxruntime-mlas team approval since it's QNN EP. |
|
/azp run Linux QNN CI Pipeline, Win_TRT_Minimal_CUDA_Test_CI, Windows ARM64 QNN CI Pipeline, Windows GPU Doc Gen CI Pipeline, Windows x64 QNN CI Pipeline, web_Debug / build_onnxruntime_web, web_Release / build_onnxruntime_web |
|
Azure Pipelines successfully started running 5 pipeline(s). |
|
please fix build errors. |
|
Hi @HectorSVC, could you help re-trigger the 5 required checks and review this PR? |
|
/azp run Linux QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows x64 QNN CI Pipeline |
|
Azure Pipelines successfully started running 5 pipeline(s). |
|
please fix build error |
bc47700 to
f1aea7c
Compare
- QNN-EP support for upsample op - Add unit test for QNN-EP upsample op
- QNN-EP support for upsample op - Add unit test for QNN-EP upsample op
- QNN-EP support for upsample operator - Add unit test for QNN-EP upsample operator
f1aea7c to
0f7842f
Compare
|
All build errors are fixed. |
|
@HectorSVC could you help trigger the CI pipeline? Thanks. |
|
/azp run Linux QNN CI Pipeline, Win_TRT_Minimal_CUDA_Test_CI, Windows ARM64 QNN CI Pipeline, Windows GPU Doc Gen CI Pipeline, Windows x64 QNN CI Pipeline |
|
Azure Pipelines successfully started running 5 pipeline(s). |
### Description Add support to Upsample operator to op builder in QNN-EP. ### Motivation and Context - Enhance QNN-EP support for Upsample operator. - Add unit test for Upsample operator in QNN-EP.
Add support to Upsample operator to op builder in QNN-EP. - Enhance QNN-EP support for Upsample operator. - Add unit test for Upsample operator in QNN-EP.
Add support to Upsample operator to op builder in QNN-EP. - Enhance QNN-EP support for Upsample operator. - Add unit test for Upsample operator in QNN-EP.
### Description - #24265 - #24616 - #24640 - #24707 - #24646 - #24750 - #24809 - #24895 - #24820 - #25002 - #25171 - #25283 - #24818 - #25351 - #25361 - #25388 - #25520 - #25158 ### 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: quic-zhaoxul <[email protected]> Co-authored-by: Yuduo Wu <[email protected]> Co-authored-by: Hector Li <[email protected]> Co-authored-by: chenweng-quic <[email protected]> Co-authored-by: qti-yuduo <[email protected]> Co-authored-by: Akupadhye <[email protected]> Co-authored-by: Jeff Kilpatrick <[email protected]> Co-authored-by: Jeff Kilpatrick <[email protected]> Co-authored-by: George Wu <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: quic-calvnguy <[email protected]> Co-authored-by: Changming Sun <[email protected]> Co-authored-by: Yulong Wang <[email protected]>
Description
Add support to Upsample operator to op builder in QNN-EP.
Motivation and Context