File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments