mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
committed by
PyTorch MergeBot
parent
d06a406656
commit
3608737347
@ -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):
|
||||
|
Reference in New Issue
Block a user