Forums - benchmarker failed with DSP

1 post / 0 new
benchmarker failed with DSP
305555309
Join Date: 13 May 19
Posts: 1
Posted: Thu, 2019-05-23 01:51

hi, I get a error when using benchmark  with dsp in snpe sdk, like:

2019-05-23 16:22:17,364 - ERROR - snpe_bench: ['The selected runtime is not available on this platform. Continue anyway to observe the failure at network creation time.', 'error_code=500; error_message=Target runtime is not available. No viable runtimes available.; error_component=Host Runtime; line_no=320; thread_id=-216308588']

the version of snpe sdk is 1.25.1, my device is OnePlus6, the dsp mode is running well by the demo app, but snpe_bench.py not.

I have check the path of OnePlus6 , /data/local/tmp/snpebm/artifacts/dsp/lib, there are the dsp libs: libsnpe_dsp_domains_skel.so libsnpe_dsp_v65_domains_v2_skel.so, libsnpe_dsp_skel.so, libsnpe_dsp_v66_domains_v2_skel.so.

my alexnet_sample.json is like this:

{
    "Name":"AlexNet",
    "HostRootPath": "alexnet",
    "HostResultsDir":"alexnet/results",
    "DevicePath":"/data/local/tmp/snpebm",
    "Devices":["306dbbc3"],
    "HostName": "localhost",
    "Runs":2,
 
    "Model": {
        "Name": "Alexnet",
        "Dlc": "../models/alexnet/dlc/bvlc_alexnet.dlc",
        "InputList": "../models/alexnet/data/target_raw_list.txt",
        "Data": [
            "../models/alexnet/data/cropped"
        ]
    },
 
    "Runtimes":["DSP"],
    "Measurements": ["timing"]
 
 }
 
does anyone have idea for this error?
  • Up0
  • Down0

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.