Skip to content

Commit ec5765e

Browse files
jataylonaromero77amd
authored andcommitted
Update triton_heuristics.py
(cherry picked from commit 2fc7525) (cherry picked from commit 528cf02)
1 parent 24717c3 commit ec5765e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/_inductor/runtime/triton_heuristics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,7 @@ def foreach(triton_meta, filename=None, inductor_meta=None):
22762276
"""
22772277
configs = []
22782278

2279+
# Naive autotuning path for num_warps
22792280
if disable_pointwise_autotuning(inductor_meta) and not (
22802281
inductor_meta.get("max_autotune") or
22812282
inductor_meta.get("max_autotune_pointwise")

0 commit comments

Comments
 (0)