You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Hzfengsy (via GitHub)" <gi...@apache.org> on 2023/05/06 06:09:46 UTC

[GitHub] [tvm] Hzfengsy opened a new pull request, #14786: [TVMScript] Add `__name__` attr for parsed PrimFunc and IRModule

Hzfengsy opened a new pull request, #14786:
URL: https://github.com/apache/tvm/pull/14786

   This PR adds `__name__` attr to indicate the func/mod name for parsed PrimFunc and IRModule.
   
   cc @tqchen @cyx-6 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] tvm-bot commented on pull request #14786: [TVMScript] Add `__name__` attr for parsed PrimFunc and IRModule

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #14786:
URL: https://github.com/apache/tvm/pull/14786#issuecomment-1537062939

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   <!--bot-comment-ccs-start-->
    * cc @junrushao, @shingjan <sub>See [#10317](https://github.com/apache/tvm/issues/10317) for details</sub><!--bot-comment-ccs-end-->
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao merged pull request #14786: [TVMScript] Add `__name__` attr for parsed PrimFunc and IRModule

Posted by "junrushao (via GitHub)" <gi...@apache.org>.
junrushao merged PR #14786:
URL: https://github.com/apache/tvm/pull/14786


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Hzfengsy commented on pull request #14786: [TVMScript] Add `__name__` attr for parsed PrimFunc and IRModule

Posted by "Hzfengsy (via GitHub)" <gi...@apache.org>.
Hzfengsy commented on PR #14786:
URL: https://github.com/apache/tvm/pull/14786#issuecomment-1537064395

   It will not affect the AST, just for a hint only in Python env for better UX :)


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org