-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[QNN-EP] Support for Upsample operator #24265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Add support to Upsample operator to op builder in QNN-EP.
Motivation and Context