tqchen commented on PR #17419:
URL: https://github.com/apache/tvm/pull/17419#issuecomment-2374300756

   run the following code and press control + C to check if signal is 
intercepted in python
   
   ```python
   import numpy as np
   import tvm
   
   
   def main():
       print("start")
       tvm.get_global_func("testing.check_signal")(0.01)
       print("good")
   
   main()
   ```


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