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/04/28 17:31:30 UTC

[GitHub] [tvm] tkonolige opened a new pull request, #11166: [FIX,AUTO_SCHEDULER] Handle manually unrolled loops in auto scheduler features

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

   For multiple statements in a loop, add flops for each statement instead of only using the last statement. There might still be some cases when multiple statements aren't handled correctly by auto_scheduler's featurization.
   
   @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 #11166: [FIX,AUTO_SCHEDULER] Handle manually unrolled loops in auto scheduler features

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


-- 
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 #11166: [FIX,AUTO_SCHEDULER] Handle manually unrolled loops in auto scheduler features

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

   Sure of course!


-- 
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] tkonolige commented on pull request #11166: [FIX,AUTO_SCHEDULER] Handle manually unrolled loops in auto scheduler features

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

   @junrushao1994 Could you merge? Thanks!


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