tqchen opened a new pull request, #66: URL: https://github.com/apache/tvm-ffi/pull/66
This PR updates the memory allocator to use raw aligned alloc for allocation. The change likely can help to improve the total size allocated in inplace array where previously it needs to be multiple of ArrayType, it now only have to multiple of align type. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
