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/05/04 16:50:46 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #11211: [TIR] Fix printing enum in TransformLayout::AsPython

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

   After this PR, `as_python` can handle `transform_layout` correctly. The result will be like
   ```
   sch.transform_layout(..., buffer_index_type="read", ...)
   ```
   Previously `buffer_index_type` was printed unquoted.
   
   cc @junrushao1994 


-- 
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] junrushao1994 merged pull request #11211: [TIR] Fix printing enum in TransformLayout::AsPython

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


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