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 2022/04/13 11:19:03 UTC

[GitHub] [tvm] mikepapadim opened a new pull request, #10995: [Relay] Refactor inline_composites pass

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

   Minor refactoring on the `inline_composites` pass which undoes the output of the `merge_composites` pass. 
   This PR removed the call-graph representation and simplifies checks on `kComposite` and `kCompiler` attrs.
   
   This can be tested with:
   ```
    python3 -m pytest -rP /home/mpapadimitriou/OctoML/tvm/tests/python/relay/test_pass_inline_composites.py
   ```
   
   @mbs-octoml @mbaret @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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] jwfromm merged pull request #10995: [Relay] Refactor inline_composites pass

Posted by GitBox <gi...@apache.org>.
jwfromm merged PR #10995:
URL: https://github.com/apache/tvm/pull/10995


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org