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

   VTA FSIM could not be built on macOS, for it leverages malloc.h and 
memalign, yet both have been deprecated and are not provided by macOS. This 
issue was captured in #13173.
   
   This commit stops including malloc.h in VTA Runtime as stdlib.h has provided 
functions we need.
   
   This commit uses posix_memalign instead of memalign. It is a portable 
standard function.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to