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/05/23 21:07:47 UTC

[GitHub] [tvm] Lunderberg commented on pull request #11412: [Bugfix][TIR] Removed passing of IterMapExpr into PrettyPrint

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

   Unfortunately, it does cause issues beyond error reporting.  By attempting to print an unsupported type, this bug called `LOG(FATAL)` instead of recording the context for later checks.  Some paths do turn these into errors (e.g. through `IndexMap`), but others do not (e.g. through `tvm::arith::EstimateRegionLowerBound` which @vinx13 ran into earlier today).
   
   Which is all to say that I've made a regression test, and am going to open a PR to add 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