Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Hartung
f1a772147d
Merge 4174ddba0c into 70d7242e57 2025-04-07 17:46:08 -03:00
Markus Hartung
4174ddba0c print stack traces for all threads on SIGUSR1 2024-09-16 23:33:07 +02:00

View File

@ -105,6 +105,9 @@ import threading
import gc
import faulthandler, signal
faulthandler.register(signal.SIGUSR1)
if os.name == "nt":
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())