electriclilies opened a new pull request #6610:
URL: https://github.com/apache/incubator-tvm/pull/6610


   Some type rels check that argument types are not null. In certain cases, 
this can cause the type inferencer to exit prematurely, and the model cannot be 
run.
   
   Instead of checking that argument types are not null, type rels should just 
return false, and allow the type checker to determine if the type of arguments 
cannot be inferred. 
   
   I believe this PR fixes all of the type rels with this issue, however I 
could have missed some. If you find another, please let me know. 
   
   See issue #6608 for more details.
   
   cc @jwfromm @vegaluisjose @areusch @mbrookhart 


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


Reply via email to