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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
