We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a7604 commit 641345fCopy full SHA for 641345f
.github/workflows/android-perf.yml
@@ -363,7 +363,7 @@ jobs:
363
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
364
365
export ANDROID_ABIS="arm64-v8a"
366
- PYTHON_EXECUTABLE=python EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
+ PYTHON_EXECUTABLE=python EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.31.0.250130 bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
367
368
# Let's see how expensive this job is, we might want to tone it down by running it periodically
369
benchmark-on-device:
0 commit comments