mbs-octoml opened a new pull request #9550:
URL: https://github.com/apache/tvm/pull/9550


   This is a grab bag of fallout changes from switching the VM to use LoweTEPass
   which can be ealy split out of the main #9483 PR.
   
   - AnnotateSpans can be used from C++ (though, unfortunately, it didn't help
     me with debugging since spans are universally dropped in most passes).
   - Can get a human readable dump of the VM's PackedFunc names and indexes for
     debugging.
   - If TVM_LOG_DEBUG defined then include types and ids of GlobalVars. I had
     a lot of difficulty tracking down where duplicate GlobalVars for the same
     name_hint were getting created and propagated.
   - GetCallLoweredProps follows same API as GetDeviceCopy and GetOnDevice
     where will return 'null' properties if call/expr is not of call_lowered
     form. Mildly more convenient, though switching all the above to ICHECK
     and push 'if (op == the relevant op)' into all use sites would also be just
     fine.
   - Misc VLOG improvements made while tracking down issues in #9483.
   


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