comaniac opened a new pull request #4602: [Docs] Bring Your Own Codegen Guide 
-- Part 1
URL: https://github.com/apache/incubator-tvm/pull/4602
 
 
   After the relevant PRs merged, we This doc provides a detail guideline about 
how to implement your own codegen for TVM. Ultimately this guide will have 
three parts:
   
   1. How to implement a codegen that generates C code for your platform. _-- 
This PR._
   
   2. How to implement a codegen that generates any other graph representations 
(e.g., JSON), and implement a customized TVM runtime module to execute that 
representation.
   
   3. How to annotate a Relay program to trigger the implemented codegen and 
runtime.
   
   cc @zhiics @tqchen @masahi 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to