mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
update kernel autotune reporting
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -421,10 +421,11 @@ def print_stats():
|
||||
log.debug(f'Processed: memory={memstats.memory_stats()}')
|
||||
|
||||
if devices.triton_ok:
|
||||
from modules.timer_sdnq import update_sdnq_attention_timers
|
||||
update_sdnq_attention_timers()
|
||||
# from modules.timer_sdnq import update_sdnq_attention_timers
|
||||
# update_sdnq_attention_timers()
|
||||
if timer.autotune.get_total() > 0.1:
|
||||
log.debug(f'Processed: autotune={timer.autotune.dct(min_time=0)}')
|
||||
log.debug(f'Processed: autotune={timer.autotune.dct(min_time=0, no_total=True)}')
|
||||
timer.autotune.reset()
|
||||
|
||||
from modules.sd_models_compile import update_compile_times
|
||||
update_compile_times()
|
||||
|
||||
Reference in New Issue
Block a user