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/23 04:47:12 UTC

[GitHub] [incubator-tvm] areusch opened a new pull request #6948: [µTVM] Allow for platform-specific malloc in runtime

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


   The µTVM runtime has previously been fixed to use the builtin memory allocator. To avoid code duplication if an internal malloc is already linked, and as we look to a future where memory may need to be allocated in specific locations to support heterogenous execution, this PR allows each project to implement `TVMPlatformMemoryAllocate` and `TVMPlatformMemoryFree` to specify how to allocate tensor memory. Additionally, it makes the existing allocator available as a library.


----------------------------------------------------------------
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 #6948: [µTVM] Allow for platform-specific malloc in runtime

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


   @tqchen @liangfu @u99127 @manupa-arm @tom-gall 


----------------------------------------------------------------
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 #6948: [µTVM] Allow for platform-specific malloc in runtime

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


   @manupa-arm @u99127 @leandron @liangfu FYI; still WIP.


----------------------------------------------------------------
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