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/06/09 16:24:22 UTC

[GitHub] [tvm] Lunderberg commented on pull request #11592: [TIR] HoistExpression, generalization of HoistIfThenElse

Lunderberg commented on PR #11592:
URL: https://github.com/apache/tvm/pull/11592#issuecomment-1151344679

   Current failures in `test_sort` are due to a `thread_extent` being provable on one side of a hoisted condition, but not on the other.  These failures are resolved in #11646, which introduces simplifications for `ceil` and `log2`, along with bounds propagation of `operator<<`, so that the `thread_extent` is no longer a conflict.
   
   Once #11646 is merged, will rebase this PR on top of it.


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