File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ANDROID_NDK_NAME=android-ndk-${ANDROID_NDK_VERSION}
3232ANDROID_NDK_FULLNAME=${ANDROID_NDK_NAME} -linux.zip
3333ANDROID_NDK=${PROJECT_ROOT_PATH} /prebuilts/${ANDROID_NDK_NAME}
3434
35- # QNN SDK can be found at:
35+ # Qualcomm QNN SDK can be found at:
3636# https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk
3737QNN_SDK_URL=https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk
3838QNN_SDK_VERSION=2.32.0.250228
@@ -42,9 +42,11 @@ QNN_SDK_VERSION=2.35.0.250530
4242QNN_SDK_PATH=${PROJECT_ROOT_PATH} /prebuilts/QNN_SDK/qairt/2.34.0.250424/
4343QNN_SDK_PATH=${PROJECT_ROOT_PATH} /prebuilts/QNN_SDK/qairt/2.35.0.250530/
4444
45- # Hexagon SDK can be found at:
45+ # Qualcomm Hexagon SDK can be found at:
4646# https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools
47+ # the official Hexagon SDK, must be obtained with Qualcomm Developer Account
4748HEXAGON_SDK_PATH=/opt/qcom/Hexagon_SDK/6.2.0.1
49+ # customized/tailored Hexagon SDK from the offcial Hexagon SDK for simplify workflow
4850HEXAGON_SDK_PATH=${PROJECT_ROOT_PATH} /prebuilts/Hexagon_SDK/6.2.0.1
4951
5052# available htp arch version:
You can’t perform that action at this time.
0 commit comments