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/06/27 19:05:04 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request, #11923: [BYOC] InlineCompilerFunctions helper pass

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

   The TensorRT BYOC integration needs to 'undo' partitionings in some situations. Add an
   InlineCompilerFunctions pass to make that robust. In particular, it must undo both the
   'partitioning' (ie separating out the "Compiler" function) and any 'compositing' (ie separating
   out small sub-graphs as "Composite" functions).
   
   Fix misspelled nn.bias_add while there.
   
   Note that the current implementation is broken but untested in CI. I have all the tests
   fixed in a follow-up PR.
   


-- 
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] mbs-octoml commented on pull request #11923: [BYOC] InlineCompilerFunctions helper pass

Posted by GitBox <gi...@apache.org>.
mbs-octoml commented on PR #11923:
URL: https://github.com/apache/tvm/pull/11923#issuecomment-1167844311

   Thanks @comaniac, agree -- the iface changed but I forgot to update the pass name.


-- 
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] masahi merged pull request #11923: [BYOC] InlineCompilerFunctions helper pass

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


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