Files
tinygrad/tinygrad/runtime/support
uuuvnandGitHub 8926bac00a am: profiling working (#9119)
ops_amd.py registres device finalization via atexit.register after
finalize_profile is registred in device.py leading to AM device
being closed before finalizing profile leading to hang.
(atexit.register is LIFO: https://docs.python.org/3.12/library/atexit.html#atexit.register)

This pr moves registring device finalization to device.py before
registring profile finalization
2025-02-16 18:51:08 +03:00
..
2025-02-16 18:51:08 +03:00
2025-01-14 23:48:07 +03:00
2025-02-09 16:06:55 +03:00
2025-02-09 14:13:59 +08:00