Forums - Udo example (Softmax) DSP runtime error

4 posts / 0 new
Last post
Udo example (Softmax) DSP runtime error
sungjin61.lee
Join Date: 27 Apr 20
Posts: 1
Posted: Mon, 2020-05-18 01:43

Hi, I'm trying to run Inception_v3 model with Udo (softmax sample).

it's fine to run Udo with cpu , but got error message with Udo dsp.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

2020-05-15 15:28:48,675 - ERROR - snpebm.snpebm_device: ['Detected Power Optimization SDK running from a live terminal, using standard error for all debugging output', '\x1b[36mA t7df90a5548 /local/mnt/workspace/pcgbait/docker.ci.tmp/build/aarch64-android-clang6.0/SecondParty/qspower/src/qspower/core/src/internal/soc/qti_soc_freqs.h:27 Unable to read from /sys/class/kgsl/kgsl-3d0/gpu_available_frequencies\x1b[0m', 'WARNING: Library libUdoSoftmaxUdoPackageImplCpu.so could not be loaded: \'dlopen failed: library "libUdoSoftmaxUdoPackageImplCpu.so" not found.\' Runtime may be impacted.', 'error_code=910; error_message=DSP runtime system error. error_code=910; error_message=DSP runtime system error. Failed to load network. UDO DSP implementation library failed to load.  Error code: -18.; error_component=DSP Runtime; line_no=338; thread_id=540999628016; error_component=DSP Runtime; line_no=263; thread_id=541049115976']
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I got this error message in both snap dragon 845/855 .

UDO DSP implementation library (libUdoSoftmaxUdoPackageImpeDsp.so) is in both LD_LIBRARY_PATH/ADSP_LIBRARY_PATH, but failed to load.

Anyone have idea for this error?

  • Up0
  • Down0
twkim
Join Date: 2 Apr 19
Posts: 3
Posted: Thu, 2020-07-30 18:34

Hi,

I have a same error.

Have you sloved it ?

  • Up0
  • Down0
jing.chen
Join Date: 10 May 20
Posts: 9
Posted: Mon, 2020-11-30 03:00
--platform_options unsignedPD:ON
  • Up0
  • Down0
v-smirgh
Join Date: 24 Sep 20
Posts: 4
Posted: Fri, 2020-12-11 11:18

It doesn't work with the  `--platform_options unsignedPD:ON` flag either. It causes a segmentation fault:


OnePlus7Pro:/data/local/tmp/inception_v3_udo # snpe-net-run \
> --container inception_v3_udo_quantized.dlc \
> --input_list target_raw_list.txt \
> --udo_package_path dsp/libUdoSoftmaxUdoPackageReg.so \
> --use_dsp  \
> --platform_options unsignedPD:ON
WARNING: Library libUdoSoftmaxUdoPackageImplGpu.so could not be loaded: 'dlopen failed: library "libUdoSoftmaxUdoPackageImplGpu.so" not found.' Runtime may be impacted.
WARNING: Library libUdoSoftmaxUdoPackageImplCpu.so could not be loaded: 'dlopen failed: library "libUdoSoftmaxUdoPackageImplCpu.so" not found.' Runtime may be impacted.
PlatformOptions (unsignedPD:ON) set successful config option is valid
Segmentation fault
 
The device is a rooted oneplus 7.
  • 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.