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: [email protected]

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

Reply via email to