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

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

Open
latermarch opened this issue Jul 9, 2024 · 1 comment
Labels
feature request request for unsupported feature or enhancement platform:windows issues related to the Windows platform

Comments

@latermarch
Copy link

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);

@latermarch latermarch added the feature request request for unsupported feature or enhancement label Jul 9, 2024
@github-actions github-actions bot added the platform:windows issues related to the Windows platform label Jul 9, 2024
@latermarch
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request request for unsupported feature or enhancement platform:windows issues related to the Windows platform
1 participant