Archermmt opened a new pull request, #15905:
URL: https://github.com/apache/tvm/pull/15905

   This is a pull request for MSC(Multi-System Compile)
   RFC: 
https://discuss.tvm.apache.org/t/rfc-unity-msc-introduction-to-multi-system-compiler/15251/5
   Tracking issue: https://github.com/apache/tvm/issues/15233
   
   This is the 2nd part of Milestone 1: Finish RuntimeManager for frameworks
   
   To limit each PR in reviewable size, the Milestone 1 will be split into some 
steps:
   M1.1 Add translate && codegen for torch
   M1.2 Add translate && codegen for tensorflow
   M1.3 Add codegen for tensorrt
   M1.4 Add RuntimeManager and test with relax
   M1.5 Add RuntimeManager and test with torch
   M1.6 Add RuntimeManager and test with tensorflow
   M1.7 Add RuntimeManager and test with tensorrt
   
   Tensorflow GraphDef will be translate to MSCGraph via relay. The codegen for 
tensorflow follow the same principle with relax codegen, thus generate the 
model define as well as test.
   As mentioned in https://github.com/apache/tvm/pull/15645, MSC enables the 
relay based features. The test in this PR shows developers how to combine 
relay.frontend.from_tensorflow and msc.core.codegen.relay_to_relax to "create" 
a frontend for tensorflow in relax.


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

Reply via email to