Skip to content
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

[Feature Request] ORT QNN EP to support ONNX 1.17.0 #22293

Open
liqunfu opened this issue Oct 2, 2024 · 1 comment
Open

[Feature Request] ORT QNN EP to support ONNX 1.17.0 #22293

liqunfu opened this issue Oct 2, 2024 · 1 comment
Labels
ep:QNN issues related to QNN exeution provider feature request request for unsupported feature or enhancement

Comments

@liqunfu
Copy link
Contributor

liqunfu commented Oct 2, 2024

Describe the feature request

#21897 introduced ONNX 1.17.0. QNN EP needs to support the new opset

Describe scenario use case

The has QNN EP test for onnx test cases disable. Enable it once this issue is solved.

tools\ci_build\github\azure-pipelines\linux-qnn-ci-pipeline.yml "Run ONNX tests"
tools/ci_build/github/azure-pipelines/win-qnn-arm64-ci-pipeline.yml
tools/ci_build/github/azure-pipelines/win-qnn-ci-pipeline.yml

please look for "onnx_test_runner" which is commented

@liqunfu liqunfu added the feature request request for unsupported feature or enhancement label Oct 2, 2024
@github-actions github-actions bot added the ep:QNN issues related to QNN exeution provider label Oct 2, 2024
@yf711
Copy link
Contributor

yf711 commented Oct 3, 2024

For #21897, there are some webci tests failed which might need to be temporarily disabled to support onnx 1.17.

Here are types of error and related ops(opset):

  • Could not find an implementation
    • BatchNormalization(9)
    • BatchNormalization(7)
    • BiasAdd(1)
    • BiasSplitGelu(1)
    • Conv(11)
    • Conv(1)
  • Input 0 is expected to have 1 or more dimensions, got 0
    • FastGelu
  • head_size must be a multiple of 8. Got head_size % 8 == 4
    • GroupQueryAttention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:QNN issues related to QNN exeution provider feature request request for unsupported feature or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants