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 2019/12/08 22:10:15 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4481: [REFACTOR][RUNTIME] LibraryModule that merges systemlib and dso

tqchen opened a new pull request #4481: [REFACTOR][RUNTIME] LibraryModule that merges systemlib and dso
URL: https://github.com/apache/incubator-tvm/pull/4481
 
 
   Historically we have two variations of modules(DSOModule and SystemLibModule)
   that both exposes module via symbols.
   
   This PR creates a common implementation for both, and introduce a Library
   base class that allows us to have different implementations of GetSymbol.
   
   It paves ways for future library related module enhancements.
   
   Thanks for contributing to TVM!   Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   

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


With regards,
Apache Git Services