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/07/12 17:29:06 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request, #12072: [Relay] Move TOpPattern registration for nn.* to C++

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

   Some of the Collage machinery is best tested from C++, but
   requires Relay ops to have their "TOpPattern" registered.
   However since the nn.* ops register on the Python side tests
   can't rely on those ops.
   
   The easy fix is to just move the registration to the
   RELAY_REGISTER_OP block. However since kOpaque is the
   default I did not preserve those registrations.
   
   There's still a few dozen more exotic ops still registered
   on the Python side. I've left them be.


-- 
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] junrushao1994 merged pull request #12072: [Relay] Move TOpPattern registration for nn.* to C++

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


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