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

    - Complete the implementation of WithFields.
      (Unfortunately they appear to be without unit tests and I continue this 
tradition...)
    - InferTypeExpr for InferTypeLocal but return the expression rather than 
the type.
    - Remove python binding of InlineComposites since C++ impl was removed some 
time ago.
    - Make IndexedGraph<Expr/DFPattern> more robust as stand-alone 
datastructure, and avoid unnecessary copies.
      This will become a fundamental datastructure in Collage rather than just 
a helper for DFPatternMatcher.
    - Extend IndexedGraph with a notion of 'basic block' on every dataflow 
node. Needed by Collage to
      avoid impossible partition.
      (Again, unfortunately not unit tested).
   


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