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 2021/01/14 02:28:01 UTC

[GitHub] [tvm] merrymercy opened a new pull request #7279: [AutoScheduler] Fix layout rewrite for iterator with extent=1

merrymercy opened a new pull request #7279:
URL: https://github.com/apache/tvm/pull/7279


   This is a bug in the layout rewrite. When the extent of an iterator is one, it will be simplified and we will get segment fault when we access `iter->extent`. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] merrymercy merged pull request #7279: [AutoScheduler] Fix layout rewrite for iterator with extent=1

Posted by GitBox <gi...@apache.org>.
merrymercy merged pull request #7279:
URL: https://github.com/apache/tvm/pull/7279


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org