-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] QNN EP on windows #16595
Comments
qnn_home should point to your QNN SDK install location (which should have include and target subdirectories) |
Thanks for the response @jywu-msft . I was not using the correct path I'm now running The build completes successfully but I notice some error related to QNN SetupBackend. Am I missing something else? |
can you confirm a few things for us?
|
re: #3, there's a bit more detail to add. in addition to adding the lib location (I updated comment above to provide example of lib location), I tested latest build from main and it seems to work okay.
|
I hadn't done step 3. It works now. Thanks |
Describe the issue
Can't build onnx using QNN EP on windows
Urgency
No response
Target platform
Windows
Build script
build.bat --config RelWithDebInfo --use_qnn --qnn_home="qualcomm_ai_engine_direct.2.12.1.230626.Windows-AnyCPU.exe" --build_wheel --cmake_generator "Visual Studio 17 2022" --skip_submodule_sync --config Release --build_dir \build\Windows
Error / output
'QnnInterface.h': No such file or directory
Visual Studio Version
Visual studio 17 2022
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: