chay
chay
I am tring to build paddle-lite with qualcomm qnn backend, but how to get `Paddle-Lite/lite/backends/nnadapter/nnadapter/src/driver/qualcomm_qnn `
By refering to the guide: https://github.com/apache/tvm/tree/main/apps/hexagon_launcher. Sussfully building all the files needed and push all the files to my android device. However, when runing the `launcher_android` file some errors occurred...
When building hexagon_launcher as the guide: https://github.com/apache/tvm/tree/main/apps/hexagon_launcher,there are some errors: ``` tvm/apps/hexagon_launcher/cmake/hexagon/../../../../include/tvm/runtime/container/array.h:661:76: error: no member named 'invoke_result_t' in namespace 'std' template ~~~~~^ tvm/apps/hexagon_launcher/cmake/hexagon/../../../../include/tvm/runtime/container/array.h:661:92: error: 'F' does not refer to a...
TVM Commit id: d0cbb02e1db32faaae2b6ea6e729829bd019aeb6 Qualcomm Hexagon SDK version: V5.5 building as following: cd apps/hexagon_api/build cmake -DANDROID_ABI=arm64-v8a \ -DANDROID_PLATFORM=android-28 \ -DUSE_ANDROID_TOOLCHAIN=Hexagon_SDK_5_5/tools/android-ndk-r25c/build/cmake/android.toolchain.cmake \ -DUSE_HEXAGON_ARCH=v66 \ -DUSE_HEXAGON_SDK=Hexagon_SDK_5_5 \ -DUSE_HEXAGON_TOOLCHAIN=Hexagon_SDK_5_5/tools/HEXAGON_Tools/8.7.06/Tools \ -DUSE_OUTPUT_BINARY_DIR=hexagon_api_build_output/ .. with...