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/03/07 22:44:14 UTC

[GitHub] [tvm] tkonolige commented on pull request #10493: [CMAKE,HEXAGON] Only use hexagon specific logging when building for hexagon

tkonolige commented on pull request #10493:
URL: https://github.com/apache/tvm/pull/10493#issuecomment-1061216792


   @kparzysz-quic `#define TVM_LOG_CUSTOMIZE` in the `.cc` file is not the correct way to get custom logging. It needs to be set for the entire codebase. Part of the changes I've introduced in the PR are to make it be used correctly. The hexagon logging implementation is guarded with `USE_HEXAGON_LOGGING`.


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