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.
[pt2][inductor] only use global cache on MAST (pytorch#105375)
Summary: until we can further investigate the autotuning differences between MAST and non-MAST (devserver) environments, turn off the global cache for all non-MAST environments. this ensures we don't see unexpected regressions also update scuba logging for cache lookup, and add scuba logging for autotuning results. Test Plan: sandcastle + CI Differential Revision: D47516633 Pull Request resolved: pytorch#105375 Approved by: https://github.com/jansel
- Loading branch information
1 parent
8010f6b
commit 6ca3d7e
Showing
2 changed files
with
26 additions
and
12 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