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/25 23:42:25 UTC

[GitHub] [tvm] tkonolige opened a new pull request #10065: [AUTOTVM] Use opt level 3 when extracting tasks

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


   Autotvm was implicitly ignoring opt_level when extracting tasks because pass opt_level is a thread local variable and extraction happens in a new thread. Not having opt_level 3 causes alter op layout to not fire, which in turn prevents tuning from finding all possible kernels.
   
   @masahi @junrushao1994 @merrymercy


-- 
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] masahi merged pull request #10065: [AUTOTVM] Use opt level 3 when extracting tasks

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


   


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