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 2022/02/17 03:16:08 UTC

[GitHub] [tvm] areusch opened a new pull request #10281: [runtime] Add Metadata classes for AOTExecutor

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


   This PR adds Metadata classes to hold model metadata needed to implement a Module-based Model Runtime interface for AOT. These Metadata implementations are distinct from others in the codebase in that all of the backing data can exist in C as `const struct` (meaning that on small targets, it can live along with the code in e.g. flash memory).
   
   TODO: add test to verify that `metadata.h` compiles from a C compiler.
   
   cc @Mousius @manupa-arm @kparzysz-quic @masahi @mehrdadh 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch closed pull request #10281: [runtime] Add Metadata classes for AOTExecutor

Posted by GitBox <gi...@apache.org>.
areusch closed pull request #10281:
URL: https://github.com/apache/tvm/pull/10281


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch commented on pull request #10281: [runtime] Add Metadata classes for AOTExecutor

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


   this was opened based on the wrong branch


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org