merrymercy commented on a change in pull request #4931: Tighten split's extent
URL: https://github.com/apache/incubator-tvm/pull/4931#discussion_r385613563
 
 

 ##########
 File path: src/te/schedule/message_passing.cc
 ##########
 @@ -62,6 +101,16 @@ void PassDownDomain(const Stage& stage,
     return actx->Simplify(indexdiv(a + (b - 1), b));
   };
 
+  auto minimum_or_later  = [actx](PrimExpr a, PrimExpr b) {
 
 Review comment:
   ```suggestion
     auto minimum_or_later  = [actx](const PrimExpr& a, const PrimExpr& b) {
   ```
   Also do this for the above funciton `ceil_div`

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


With regards,
Apache Git Services

Reply via email to