mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:07:10 +08:00
[BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156313 Approved by: https://github.com/jingsh
This commit is contained in:
committed by
PyTorch MergeBot
parent
c55eef79f8
commit
6ff6630375
@ -109,7 +109,7 @@ class TritonBundler:
|
||||
_static_autotuners: Optional[list[StaticallyLaunchedAutotuner]] = None
|
||||
|
||||
# __grp__kernel_name.json contains metadata with source code paths
|
||||
# we use this as sentinal value for search and replace
|
||||
# we use this as sentinel value for search and replace
|
||||
_REPLACE_BYTES: bytes = b"[REPLACE]"
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user