-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[QNN-EP] Add Support for CumSum in QNN EP #24820
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] Add Support for CumSum in QNN EP #24820
Conversation
@microsoft-github-policy-service agree company="Qualcomm" |
/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 check the doc to make sure there are no steps missing: https://onnxruntime.ai/docs/execution-providers/QNN-ExecutionProvider.html#add-new-operator-support-in-qnn-ep |
verified that DQ->CumSum->Q is now treated as a single node unit.
|
/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.
/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). |
- Registered CumSum op in QNN EP - Added unit test to verify accuracy and assignment of op to QNN EP Description - Added support for CumSum in QNN EP Motivation and Context - There is no support for CumSum op in QNN EP
Description - Added CumSum QDQ node selector Motivation and Context - DQ->CumSum->Q is not recognized as a single qdq node unit. The CumSum node would run in FP16 precision in QNN HTP. Hence added the CumSum node unit selector to recognize it as a quantized CumSum node.
72d30d5
to
26254d0
Compare
/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.
- Registered CumSum op in QNN EP - Added unit test to verify accuracy and assignment of op to QNN EP ### Description Added support for CumSum in QNN EP ### Motivation and Context There is no support for CumSum op in QNN EP
- Registered CumSum op in QNN EP - Added unit test to verify accuracy and assignment of op to QNN EP ### Description Added support for CumSum in QNN EP ### Motivation and Context There is no support for CumSum op in QNN EP
- Registered CumSum op in QNN EP - Added unit test to verify accuracy and assignment of op to QNN EP ### Description Added support for CumSum in QNN EP ### Motivation and Context There is no support for CumSum op 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
Added support for CumSum in QNN EP
Motivation and Context
There is no support for CumSum op in QNN EP