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/09/16 14:00:34 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #12816: [TIR][Bugfix] Correct handling of buffer argument when scheduling

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

   Follow-up from https://github.com/apache/tvm/pull/11269, which allowed schedule arguments of the buffer to be transformed to be specified as a string, or as a `tir::Buffer`.  The string handling worked correctly, but the `tir::Buffer` object was handled incorrectly.  This commit corrects the handling of `tir::Buffer` arguments when scheduling, and adds a unit test to validate this behavior.


-- 
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 #12816: [TIR][Bugfix] Correct handling of buffer argument when scheduling

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


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