Forums - snpe for 8155 error

2 posts / 0 new
Last post
snpe for 8155 error
yangh0597
Join Date: 31 Jan 24
Posts: 2
Posted: Tue, 2024-02-06 19:45
I call the official example on the 8155 chip without sending the GPU used.but i use snpe-net-run is ok.  
 
 
 'snpe-net-run --container inception_v3_quantized.dlc --input_list target_raw_list.txt --use_gpu' is ok. 
 
 
 SNPE version is 1.37
 
The apk from
"
export SNPE_AAR=snpe-release.aar
cd $SNPE_ROOT/examples/android/image-classifiers
bash ./setup_alexnet.sh
bash ./setup_inceptionv3.sh
cp ../../../android/$SNPE_AAR app/libs/snpe-release.aar
./gradlew assembleDebug
 
".  
runtime only show cpu after installed
 
 
  • Up0
  • Down0
yangh0597
Join Date: 31 Jan 24
Posts: 2
Posted: Tue, 2024-02-06 20:29

/data/local/tmp/snpeexample/$SNPE_TARGET_ARCH/bin/snpe-platform-validator --runtime all res is:

PF_VALIDATOR: DEBUG: Calling PlatformValidator->setRuntime
PF_VALIDATOR: DEBUG: Calling PlatformValidator->IsRuntimeAvailable
Runtime GPU Prerequisites: Present.
PF_VALIDATOR: DEBUG: Calling PlatformValidator->setRuntime
PF_VALIDATOR: DEBUG: Calling PlatformValidator->IsRuntimeAvailable
PF_VALIDATOR: DEBUG: CPU side validation passed.
 
PF_VALIDATOR: DEBUG: starting calculator test
PF_VALIDATOR: DEBUG: Successfully loaded DSP library - 'libcalculator_domains.so'.  Setting up pointers.
PF_VALIDATOR: DEBUG: Success in executing the sum function
Runtime DSP Prerequisites: Present.
PF_VALIDATOR: DEBUG: Calling PlatformValidator->setRuntime
PF_VALIDATOR: DEBUG: CPU side validation passed.
 
PF_VALIDATOR: DEBUG: starting calculator test
PF_VALIDATOR: DEBUG: Successfully loaded DSP library - 'libcalculator_domains.so'.  Setting up pointers.
PF_VALIDATOR: DEBUG: Success in executing the sum function
PF_VALIDATOR: ERROR: AIP: couldn't load libnpu.so. Error: dlopen failed: library "libnpu.so" not found
PF_VALIDATOR: DEBUG: Calling PlatformValidator->IsRuntimeAvailable
Runtime AIP Prerequisites: Absent.
  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.