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 2020/11/13 20:51:53 UTC

[GitHub] [incubator-tvm] areusch opened a new pull request #6916: Make TVMLogf platform-independent

areusch opened a new pull request #6916:
URL: https://github.com/apache/incubator-tvm/pull/6916


   When debugging vmalloc() on ARM devices, %zu was printing as "zu." This change fixes that.
   
    * Some platforms need to use an alternate printf() to support basic
      things like %zu. Since %zu is platform-specific, we prefer to
      use a printf() that supports it or allow the platform to fix it up
      as needed.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] areusch commented on pull request #6916: Make TVMLogf platform-independent

Posted by GitBox <gi...@apache.org>.
areusch commented on pull request #6916:
URL: https://github.com/apache/incubator-tvm/pull/6916#issuecomment-727117673


   @tqchen @u99127 @tom-gall @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.

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



[GitHub] [incubator-tvm] tqchen merged pull request #6916: Make TVMLogf platform-independent

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6916:
URL: https://github.com/apache/incubator-tvm/pull/6916


   


----------------------------------------------------------------
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:
users@infra.apache.org