[cutlass backend] turn autotuning logs off by default + rename log to autotuning log (#147922)

things we did:
* turn off autotuning logs by default
* rename autotuning logs from log to autotuning_log, so people are aware that it is a special artifact log.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/147922
Approved by: https://github.com/eellison
This commit is contained in:
henrylhtsang
2025-02-25 19:04:38 -08:00
committed by PyTorch MergeBot
parent 976ff5cf01
commit 201666d77d
3 changed files with 21 additions and 20 deletions

View File

@ -209,8 +209,8 @@ register_artifact(
register_artifact(
"autotuning",
"Autotuning choice logs, such as kernel source, perf, and tuning parameters.",
off_by_default=True,
)
register_artifact(
"graph_region_expansion",
"Logs detailed steps of the duplicate graph region tracker expansion algorithm",