tqchen edited a comment on pull request #7060: URL: https://github.com/apache/tvm/pull/7060#issuecomment-740757459
Thanks @yongwww . I think it worth discussing the approach a bit further. Given that the relay operators are already accessible as part of the API, and the HLO and relay are pretty close, perhaps we want to statr by directly translate the HLO to relay in c++ without introducing the additional relay dialect step. This will help to reduce the number of places that are required to define a new operator. It will also likely makes the control flow and recursion translation more streamlined. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
