microsoft / microsoft/onnxruntime
windows arm64(Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz) [Feature Request]
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 184
Description
Describe the feature request
Ort::Env env = Ort::Env{ORT_LOGGING_LEVEL_ERROR, "Default"};
std::unordered_map<std::string, std::string> qnn_options;
qnn_options["backend_path"] = "QnnHtp.dll";
Ort::SessionOptions session_options;
session_options.AppendExecutionProvider("QNN", qnn_options);
Ort::Session session(env, model_path, session_options);
the code crash at AppendExecutionProvider
onnxruntime 1.18.1
qnn sdk version 2.22.10
Describe scenario use case
code crash at session_options.AppendExecutionProvider("QNN", qnn_options);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the crash in AppendExecutionProvider("QNN", qnn_options) on Windows ARM64 with ONNX Runtime 1.18.1 and QNN SDK 2.22.10; inspect the QNN execution-provider path reached by that call. Done should mean the cause and supported behavior are established, with a regression test or clear compatibility result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100