joyalbin opened a new issue #6857: URL: https://github.com/apache/incubator-tvm/issues/6857
Hi, Followed the below tutorial to build TVM with ARM Compute library. https://github.com/apache/incubator-tvm/blob/e561007f0c330e3d14c2bc8a3ef40fb741db9004/docs/deploy/arm_compute_lib.rst Steps followed: 1. Enabled USE_ARM_COMPUTE_LIB and USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME in config.cmake 2. setup the prebuild library at $TVM_HOME/acl 3. Trying to build TVM with acl This cause the issue, failed to resolve the arm compiler header file dependency in the acl source files. `"These flags can be used in different scenarios depending on your setup. For example, if you want to compile an ACL module on an x86 machine and then run the module on a remote Arm device via RPC, you will need to use USE_ARM_COMPUTE_LIB=ON on the x86 machine and USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME=ON on the remote AArch64 device."` Someone please help to understand what exactly meant by `"USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME=ON on the remote AArch64 device."`? In which case this flag as to be enabled? we don't need to build TVM after enabling this flag? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org