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


   A couple of patches to improve the debugging experience for µTVM:
   1. Make UTVMDone noreturn, so that the device doesn't jump to arbitrary code 
locations after stopping the debugger. This was causing it to often execute 
from peripheral memory and HardFault.
   
   2. Make debug mode extendable using a PackedFunc. This allows scripts to 
accept a --debug parameter and allows them to be selective about which runs to 
debug.


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