Skip to content

Commit dcd8e22

Browse files
jataylobertmaherPaulZhang12NikhilAPatel
authored
[SWDEV-555718] - Remerge backport of inductor autotune configs (#2668)
Cherry picks of inductor autotune caused some breakages, gone through this process again ensuring other required commits are picked. --------- Co-authored-by: Bert Maher <[email protected]> Co-authored-by: PaulZhang12 <[email protected]> Co-authored-by: Nikhil Anil Patel <[email protected]>
1 parent 167f7e2 commit dcd8e22

File tree

5 files changed

+469
-627
lines changed

5 files changed

+469
-627
lines changed

torch/_inductor/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ def prologue_fusion_enabled() -> bool:
410410
os.environ.get("TORCHINDUCTOR_AUTOTUNE_FALLBACK_TO_ATEN", "1") == "1"
411411
)
412412

413-
# DEPRECATED. This setting is ignored.
414-
autotune_fallback_to_aten = False
415-
416413
# the value used as a fallback for the unbacked SymInts
417414
# that can appear in the input shapes (e.g., in autotuning)
418415
unbacked_symint_fallback = 8192

0 commit comments

Comments
 (0)