You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/18 03:01:00 UTC

[GitHub] [tvm] junrushao1994 commented on issue #7302: [TIR][REFACTOR][RFC] ForNode -- Introduce Annotations and ThreadBinding to for_type

junrushao1994 commented on issue #7302:
URL: https://github.com/apache/tvm/issues/7302#issuecomment-761948446


   I like the proposal, especially the design philosophy that separates `thread_binding` and other `annotations`, where `thread_binding` are required to be taken care of by each pass, and `annotations` are optional and are safe to ignore in irrelevant passes.
   
   One question: what is the implication for the roundtrippable TIR parser? How do we print `thread_binding` in this case?
   


----------------------------------------------------------------
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:
users@infra.apache.org