Skip to content

Commit 2ee77b1

Browse files
committed
simplify
1 parent 51a52c2 commit 2ee77b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/triton/runtime/autotuner.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818

1919

2020
class AutotunerThreadState:
21-
"""
22-
Per thread (thread-local) auto-tuner cache/configs
23-
"""
24-
25-
__slots__ = ("cache", "configs_timings", "bench_time")
21+
"""Per-thread autotune cache and metadata."""
2622

2723
def __init__(self):
2824
self.cache: Dict[Tuple, Config] = {}

0 commit comments

Comments
 (0)