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 2022/11/30 22:23:59 UTC

[GitHub] [tvm] driazati commented on pull request #13012: [tir] Add line level debug info

driazati commented on PR #13012:
URL: https://github.com/apache/tvm/pull/13012#issuecomment-1332808708

   > Given that we are moving more towards TVMScript, It would be good to think about how to make it compatible with TVMScript printing and debug info. cc @junrushao @yelite
   
   One shortcut this PR takes is to explicitly avoid TVM script (at least for source reporting) and use the TIR text printer so it can be run at any point in the compilation pipeline. I think the eventual plan would be to have true source line numbers from the actual written TVM script rather than the generated TIR


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