[ez] fix typo in comment (#156402)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156402
Approved by: https://github.com/BoyuanFeng
ghstack dependencies: #156397
This commit is contained in:
bobrenjc93
2025-06-18 22:48:53 -07:00
committed by PyTorch MergeBot
parent d06a406656
commit 3608737347

View File

@ -2385,7 +2385,7 @@ class AlgorithmSelectorCache(PersistentCache):
# We take the union of allowed prologue inputs from all choices,
# and, within benchmark fusion, don't allow prologue fusion for
# choices which dont support the whole union.
# choices which don't support the whole union.
allowed_prologue_inps: OrderedSet[str] = OrderedSet()
for c in choices:
if isinstance(c, TritonTemplateCaller):