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:
[email protected]