Archermmt opened a new pull request, #15704: URL: https://github.com/apache/tvm/pull/15704
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 first 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 Torch module will be translate to MSCGraph via relax or relay, both method will be tested. The codegen for torch follow the same principle with relax codegen, thus generate the model define as well as test. This PR is pre-request for RuntimeManager of torch. -- 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]
