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/04/28 22:15:23 UTC

[GitHub] [tvm] kparzysz-quic commented on pull request #11172: Move WrapTimeEvaluator from RPC to profiling, NFC

kparzysz-quic commented on PR #11172:
URL: https://github.com/apache/tvm/pull/11172#issuecomment-1112704059

   Having this function in RPC caused a problem when building apps/hexagon_launcher.  The RPC code is not built for Hexagon, but graph executor and profiling support is, and we ended up with `WrapTimeEvaluator` being an undefined symbol.
   
   Profiling seems like a better place for this function anyway, since it has to do with time measurements, and has nothing to do with RPC.


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