Skip to content

Commit bba4040

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Compile and deploy QNN models to S24 (#5137)
Summary: Pull Request resolved: #5137 Reviewed By: huydhn Differential Revision: D62328317 Pulled By: guangy10 fbshipit-source-id: c38d9dc9562d273a3add8972abcf427aec31c68f
1 parent 933685b commit bba4040

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/scripts/test_model.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ test_model_with_qnn() {
177177
fi
178178

179179
# Use SM8450 for S22, SM8550 for S23, and SM8560 for S24
180+
# TODO(guangyang): Make QNN chipset matches the target device
180181
QNN_CHIPSET=SM8450
181182

182183
"${PYTHON_EXECUTABLE}" -m examples.qualcomm.scripts.${EXPORT_SCRIPT} -b ${CMAKE_OUTPUT_DIR} -m ${QNN_CHIPSET} --compile_only

.github/workflows/android-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
# Mapping devices to their corresponding device-pool-arn
106106
declare -A DEVICE_POOL_ARNS
107107
DEVICE_POOL_ARNS[samsung_galaxy_s22]="arn:aws:devicefarm:us-west-2:308535385114:devicepool:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/e59f866a-30aa-4aa1-87b7-4510e5820dfa"
108+
DEVICE_POOL_ARNS[samsung_galaxy_s24]="arn:aws:devicefarm:us-west-2:308535385114:devicepool:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/98f8788c-2e25-4a3c-8bb2-0d1e8897c0db"
108109
109110
# Resolve device names with their corresponding ARNs
110111
if [[ ! $(echo "$DEVICES" | jq empty 2>/dev/null) ]]; then

0 commit comments

Comments
 (0)