You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/29 12:53:17 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #11946: [ETHOSN][CPP-RPC] Link NPU runtime in CPP RPC build

lhutton1 opened a new pull request, #11946:
URL: https://github.com/apache/tvm/pull/11946

   When building the CPP RPC package with the NPU enabled, `link_directories` fails to find the NPU runtime libraries. This is presumably because the TVM runtime is linked with the PRIVATE option in: https://github.com/apache/tvm/blob/main/CMakeLists.txt#L601. Therefore working around this by following the precedent of other libraries such as Hexagon and Open CL.
   
   cc @Leo-arm @manupa-arm 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] leandron merged pull request #11946: [ETHOSN][CPP-RPC] Link NPU runtime in CPP RPC build

Posted by GitBox <gi...@apache.org>.
leandron merged PR #11946:
URL: https://github.com/apache/tvm/pull/11946


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org