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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to