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/02/07 21:19:02 UTC

[GitHub] [tvm] sunggg opened a new pull request #10183: [MetaSchedule] bug fix in ApplyHistoryBest

sunggg opened a new pull request #10183:
URL: https://github.com/apache/tvm/pull/10183


   I found out that `ApplyHistoryBest` did not apply the traces from the tuning history. 
   This PR fixes this issue and enables the application of tuning history during relay build.
   e.g., 
   ```
   with ApplyHistoryBest(db):
      with tvm.transform.PassContext(opt_level=3):
           ex, lib = relay.build(mod, target)
   ``` 
   
   cc: @junrushao1994 @zxybazh 


-- 
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 #10183: [MetaSchedule] bug fix in ApplyHistoryBest

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


   


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