mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user