forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log autotune time in scuba (pytorch#122637)
Summary: This diff * Refactors triton and autotune caches to be child classes of the original memcache based cache infra * Swaps scuba table for autotune * Adds autotune time spent/saved to scuba table Test Plan: Local testing using: ``` buck run mode/opt fbcode//caffe2/test/inductor/:max_autotune -- -r test_max_autotune_remote_caching_dynamic_False ``` and ``` TORCH_INDUCTOR_AUTOTUNE_REMOTE_CACHE=1 buck2 run mode/opt //scripts/oulgen:runner ``` Differential Revision: D55332620 Pull Request resolved: pytorch#122637 Approved by: https://github.com/jamesjwu
- Loading branch information
1 parent
1f5fcb4
commit e61aaab
Showing
2 changed files
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters