Revert "Inductor logging + analysis of torch.profile (#149697)"

This reverts commit e5afbe31245287a92fe328c404b3557e5c5eca73.

Reverted https://github.com/pytorch/pytorch/pull/149697 on behalf of https://github.com/malfet due to Broke rocm, see 642687af29/1 ([comment](https://github.com/pytorch/pytorch/pull/149697#issuecomment-2942415600))
This commit is contained in:
PyTorch MergeBot
2025-06-05 01:38:13 +00:00
parent 642687af29
commit 5e03433443
19 changed files with 74 additions and 1847 deletions

View File

@ -211,7 +211,7 @@ def is_fb_unit_test() -> bool:
@functools.lru_cache(None)
def max_clock_rate_mhz():
def max_clock_rate():
if not torch.version.hip:
from triton.testing import nvsmi