update kernel autotune reporting

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-23 14:08:21 +02:00
parent 9adccd6188
commit 0543fc185d
3 changed files with 117 additions and 58 deletions
+4 -3
View File
@@ -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()