junrushao commented on PR #15817:
URL: https://github.com/apache/tvm/pull/15817#issuecomment-1736324878

   The motivation behind is to unify 
[`CreatePrimFunc`](https://github.com/apache/tvm/blob/b7471f8315ac50ed42da33db733dfbe3a94eff06/src/te/operation/create_primfunc.cc#L646)
 and 
[`CreateRelaxPrimFunc`](https://github.com/apache/tvm/blob/b7471f8315ac50ed42da33db733dfbe3a94eff06/src/te/operation/create_primfunc.cc#L652)
 that have been used semi-interchangeably but neither are consistent with the 
existing `tvm.build` API that accepts both TIR Var and TE Tensor in `args`. 
Let's get this in first, and then isolate the non-Relax part and send to 
mainline as a follow-up step


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

Reply via email to