microsoft / microsoft/onnxruntime

windows arm64(Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz) [Feature Request]

Open
#21,295 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request platform:windows
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.