comaniac opened a new pull request #7226:
URL: https://github.com/apache/tvm/pull/7226


   We currently return an initial (naive) schedule in the tracing mode due to 
no tuned schedules. However, this won't work in the JIT mode, as the function 
will be compiled immediately after lowering. This PR changes this behavior by 
returning `None` in the tracing mode, so that the compile engine will fallback 
to use the default TOPI schedule.
   
   Note: even with this PR, the strategy registered with naive schedule (i.e., 
NHWC Winograd Conv2D) still cannot work.
   
   cc @merrymercy @jcf94 


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

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


Reply via email to