tqchen edited a comment on pull request #6692:
URL: https://github.com/apache/incubator-tvm/pull/6692#issuecomment-710126019


   Thanks @rkimball . I feel the PR can still be simplified further to avoid 
potential confusion of two diagnostic header files(one minimum and another 
built for IR). In particular we can do:
   
   - Keep all the content of ir/diagnostic.h as it is in IR, because they 
introduce a larger trunk of deps, it should be part of IR and tvm runtime 
should not depend on them.
   - Move all the ICHECK def into support/logging.h, where there is already 
some previous related definitions of checks, this is a minimum check macro that 
can be used in runtime
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to