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 14:59:49 UTC

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

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


   Thanks @junrushao1994  We have already some mechanism to print the low level thread binding via attr (printed as launch_thread). When the threadIdx is shared in multiple launch point, the var is printed separately. Otherwise it is printed inline to the code. I believe we could adopt a similar strategy.
   
   Note that because the initial refactor is only wrt to the data structure, we can defer the parsing syntax decision until the parser support gets in. but would be great to discuss it.
   
   cc @spectrometerHBH @tkonolige 


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