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/04/10 17:30:21 UTC

[GitHub] [tvm] wrongtest opened a new pull request, #10954: [TVMScript] Print escaped string literal

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

   It would be great to escape printed python string, so as to make users available to get parsable cases with inline asm / llvm / c code, like the example in 
   https://github.com/apache/tvm/blob/c5bd181c3d84de88e390bbce1cbcd6cc77cff310/gallery/how_to/work_with_schedules/tensorize.py#L298
   
   There is already an interface, thought for c string literal originally, it should work on most cases for python string literals.


-- 
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] vinx13 merged pull request #10954: [TVMScript] Print escaped string literal

Posted by GitBox <gi...@apache.org>.
vinx13 merged PR #10954:
URL: https://github.com/apache/tvm/pull/10954


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