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/01/16 06:42:28 UTC

[GitHub] [tvm] MasterJH5574 opened a new pull request #9943: [MetaSchedule] Schedule Rule: Auto Inline

MasterJH5574 opened a new pull request #9943:
URL: https://github.com/apache/tvm/pull/9943


   This PR adds the Meta-Schedule schedule rule "auto inline".
   
   cc @junrushao1994 @comaniac @Hzfengsy @spectrometerHBH @jcf94 
   
   ----------
   Co-authored-by: Junru Shao <ju...@gmail.com>
   Co-authored-by: Xiyou Zhou <xi...@octoml.ai>
   Co-authored-by: Bohan Hou <32...@users.noreply.github.com>
   Co-authored-by: Siyuan Feng <Hz...@sjtu.edu.cn>
   Co-authored-by: Hongyi Jin <32...@qq.com>
   Co-authored-by: Wuwei Lin <wu...@apache.org>
   


-- 
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 commented on a change in pull request #9943: [MetaSchedule] Schedule Rule: Auto Inline

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on a change in pull request #9943:
URL: https://github.com/apache/tvm/pull/9943#discussion_r785411961



##########
File path: python/tvm/meta_schedule/testing/__init__.py
##########
@@ -15,5 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 """Testing utilities in meta schedule"""
+from . import schedule_rule

Review comment:
       no need to import 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] MasterJH5574 commented on a change in pull request #9943: [MetaSchedule] Schedule Rule: Auto Inline

Posted by GitBox <gi...@apache.org>.
MasterJH5574 commented on a change in pull request #9943:
URL: https://github.com/apache/tvm/pull/9943#discussion_r785413020



##########
File path: python/tvm/meta_schedule/testing/__init__.py
##########
@@ -15,5 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 """Testing utilities in meta schedule"""
+from . import schedule_rule

Review comment:
       Thanks for pointing it out!




-- 
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 #9943: [MetaSchedule] Schedule Rule: Auto Inline

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


   


-- 
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 commented on pull request #9943: [MetaSchedule] Schedule Rule: Auto Inline

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #9943:
URL: https://github.com/apache/tvm/pull/9943#issuecomment-1013930807


   ```
   E           max(((yy: int32 + ry: int32) - 1), 0)
   E           and rhs:
   E           ((yy: int32 + ry: int32) - 1)
   ```
   
   Looks like something is problematic with our arithmetic simplifier
   


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