gussmith23 opened a new issue, #13173: URL: https://github.com/apache/tvm/issues/13173
@vcanumalla is attempting to build FSIM on MacOS and running into issues: - FSIM source includes `malloc.h`, which isn't present (at least not by default) on MacOS. Removing the import doesn't break the code, so it doesn't seem necessary. - the `memalign` function is not present on MacOS. @vcanumalla was experimenting with replacing it with `posix_memalign`. Are there instructions for building on MacOS specifically? -- 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]
