Skip to content

Commit

Permalink
Update build-qnn-sdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guangy10 authored Aug 16, 2024
1 parent af6e834 commit 3eb7f7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/scripts/build-qnn-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ build_qnn_backend() {

set_up_aot() {
cd $EXECUTORCH_ROOT
mkdir cmake-out-android
pushd cmake-out-android
if [ ! -d "cmake-out" ]; then
mkdir cmake-out
fi
pushd cmake-out
cmake .. \
-DCMAKE_INSTALL_PREFIX=$PWD \
-DEXECUTORCH_BUILD_QNN=ON \
Expand Down

0 comments on commit 3eb7f7c

Please sign in to comment.