OS : QNX 7.1 Platform : Qualcomm Board
Target Hardware Accelerator : HTP (v73)
TVM build : From source
Description : I have built tvm runtime from source with following hexagon flags:
USE_HEXAGON : ON
USE_HEXAGON_SDK : Path_hexagon_sdk
USE_HEXAGON_RPC : ON
USE_HEXAGON_ARCH: v73
and cross-compiled tvm runtime for QNX 7.1 . The runtime was built without error . I’ve also built hexagon skel file for v73 using hexagon-clang and hexagon-clang++ as C and CXX compilers. On the board , I’m setting LD_LIBRARY_PATH and DSP_LIBRARY_PATH to point to runtime and skel files respectively. During inference, I’m getting “Hexagon Device API is not enabled” error. Does anybody know how to resolve this error? @srkreddy1238