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/27 15:15:04 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #12916: [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1

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

   Adds a regression test for using the `layout_rewrite` post-proc on a buffer with an extent of one in at least one dimension, issue https://github.com/apache/tvm/issues/12852.  This bug was resolved as part of the refactor in https://github.com/apache/tvm/pull/12904, but didn't have a regression test at that point.


-- 
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] Lunderberg commented on pull request #12916: [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1

Posted by GitBox <gi...@apache.org>.
Lunderberg commented on PR #12916:
URL: https://github.com/apache/tvm/pull/12916#issuecomment-1260146521

   The segfault now raises an exception instead, and the test case validates it.


-- 
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] Lunderberg commented on pull request #12916: [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1

Posted by GitBox <gi...@apache.org>.
Lunderberg commented on PR #12916:
URL: https://github.com/apache/tvm/pull/12916#issuecomment-1260142736

   Ooh, the commented "segfaults" case was during testing, but I didn't return to it.  There was a segfault that occurred when attempting to use a layout-postproc on a non-schedulable TIR primfunc.  I should either remove it, or identify/remove the cause of the segfaults.


-- 
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 #12916: [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1

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


-- 
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] zxybazh commented on pull request #12916: [TIR][MetaSchedule] Add regression test for layout_rewrite extent=1

Posted by GitBox <gi...@apache.org>.
zxybazh commented on PR #12916:
URL: https://github.com/apache/tvm/pull/12916#issuecomment-1261435202

   @vinx13 Would you like to take a look and merge it if everything looks good?


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