mbs-octoml opened a new pull request #9483:
URL: https://github.com/apache/tvm/pull/9483


   **Absolutely not ready for review.**
   
   This is an experiment to see how gross things get if we switch the VM away 
from lower-one-func-at-a-time to using the the LowerTE pass.
   
   The answer looks to be: pretty gross, but doable.
   
   I don't want to go further without getting the calling conventions cleaned 
up, but this seems to handle:
    - ordinary code
    - device_copy (desperately needs to be cleaned up, prob using externs)
    - reshape
    - dynamic shape functions
   Lot's of passes don't support running post lowering without hackery which 
can all be improved.
   
   Still working through test_vm.py, let alone other unit tests.


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