Skip to content

Commit 020ef54

Browse files
Fix link to QNN page
1 parent dc47d8e commit 020ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/eps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ See more information on the QNN execution provider [here](../execution-providers
377377
```
378378
build.bat --use_qnn --qnn_home=[QNN_SDK_PATH] --build_shared_lib --build_wheel --cmake_generator "Visual Studio 17 2022" --config Release --build_dir build\Windows
379379
```
380-
**NOTE:** On Windows x86_64, the QNN Execution Provider cannot execute models and is generally only able to [generate optimized compiled models](../execution_providers/QNN-ExecutionProvider.md#qnn-context-binary-cache-feature) (as of QNN SDK 2.31.x). On Windows ARM64, the QNN Execution Provider enables hardware accelerated execution on Qualcomm chipsets, in addition to supporting the generation of optimized compiled models.
380+
**NOTE:** On Windows x86_64, the QNN Execution Provider cannot execute models and is generally only able to [generate optimized compiled models](../execution-providers/QNN-ExecutionProvider.md#qnn-context-binary-cache-feature) (as of QNN SDK 2.31.x). On Windows ARM64, the QNN Execution Provider enables hardware accelerated execution on Qualcomm chipsets, in addition to supporting the generation of optimized compiled models.
381381
#### Windows (x86_64 host, ARM64 cross-compile target)
382382
```
383383
build.bat --arm64 --use_qnn --qnn_home=[QNN_SDK_PATH] --build_shared_lib --build_wheel --cmake_generator "Visual Studio 17 2022" --config Release --build_dir build\Windows

0 commit comments

Comments
 (0)