I want run these bin filers on a device with QNN SDK. How to set up htp_config.json?

#4
by daekyoung-jung - opened

What graphs.graph_names should be?

Other attributes seem to be set as I want.

But for graph_name, what should be the correct id of it?

should be like this:

{
"graphs": {
"vtcm_mb": 8,
"O": 3.0,
"fp16_relaxed_precision": false,
"graph_names": "whatever"
},
"devices": [
{
"device_id": 0,
"dsp_arch": "v73",
"cores": [
{
"perf_profile": "burst"
}
]
}
]
}

It works fine with QNN 2.18 on 8650

you can assign whatever name you like to graph_names.

Qualcomm org

Yes this is correct. Do you require graph names for these files when they were compiled?

Sign up or log in to comment