mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
976ff5cf01
commit
201666d77d
@ -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",
|
||||
|
Reference in New Issue
Block a user