You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "vinx13 (via GitHub)" <gi...@apache.org> on 2023/10/06 18:53:43 UTC

[PR] [Arith] Simplify the result of non-divisible floordiv [tvm]

vinx13 opened a new pull request, #15881:
URL: https://github.com/apache/tvm/pull/15881

   This is a follow-up of https://github.com/apache/tvm/pull/15665. It simplified the special case when `floormod(floordiv(x, lower_factor), ext) == x`. This prevent nested `IterMark` being created.
   
   cc @wrongtest-intellif @Lunderberg @junrushao 
   


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


Re: [PR] [Arith] Simplify the result of non-divisible floordiv [tvm]

Posted by "Hzfengsy (via GitHub)" <gi...@apache.org>.
Hzfengsy merged PR #15881:
URL: https://github.com/apache/tvm/pull/15881


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