MarisaKirisame commented on pull request #6219: URL: https://github.com/apache/incubator-tvm/pull/6219#issuecomment-672111705
@manupa-arm the primitive function is still lowered to TIR - we only compile Relay fragment to C++. This is in accordance to how Relay had work for Interpreter/VM - Relay fragment get handle separately where primtive function get lowered to TIR and handled by TVM. If you are talking about lowering everything to TIR, the biggest problem is the design implication. It will make TIR less like fortran and way more like SML. ---------------------------------------------------------------- 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]
