tkonolige commented on pull request #7987:
URL: https://github.com/apache/tvm/pull/7987#issuecomment-833871651
Instead of `create_prim_func().with_attr("tir.global_symbol",
global_symbol)`, I think we should just make `create_prim_func` take a name
parameter. I was working on autoscheduler earlier and all the primfuncs it had
were called "main". Having a name parameter encourages the user to name their
functions and makes debugging easier.
--
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]