pytorch/torch/csrc/dynamo
linhaifeng 369f2d6951 [3/N] fix typo in other folders (#166606)
fix typo in other folders

#166374
#166126

_typos.toml
```bash
[files]
extend-exclude = ["tools/linter/dictionary.txt"]
[default.extend-words]
nd = "nd"
arange = "arange"
Nd = "Nd"
GLOBALs = "GLOBALs"
hte = "hte"
iy = "iy"
PN = "PN"
Dout = "Dout"
optin = "optin"
gam = "gam"
PTD = "PTD"
Sur = "Sur"
nin = "nin"
tme = "tme"
inpt = "inpt"
mis = "mis"
Raison = "Raison"
ouput = "ouput"
nto = "nto"
Onwer = "Onwer"
callibrate = "callibrate"
ser = "ser"
Metdata = "Metdata"
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166606
Approved by: https://github.com/ezyang
2025-10-30 10:30:40 +00:00
..
cache_entry.cpp
cache_entry.h
compiled_autograd.cpp
compiled_autograd.h [reland] Allow setting grad_dtype on leaf tensors (#164751) 2025-10-08 20:23:13 +00:00
cpp_shim.cpp
cpp_shim.h
cpython_defs.c [dynamo] fix potential 3.12+ THP_PyOpcode_Caches init error seen internally (#165200) 2025-10-12 05:29:04 +00:00
cpython_defs.h [dynamo] fix potential 3.12+ THP_PyOpcode_Caches init error seen internally (#165200) 2025-10-12 05:29:04 +00:00
cpython_includes.h [dynamo, 3.14] prevent StackRef compilation in 3.14 Windows (#164400) 2025-10-04 18:38:08 +00:00
debug_macros.h
eval_frame_cpp.cpp [Code Clean] Replace std::runtime_error with TORCH_CHECK (#163610) 2025-09-26 04:52:48 +00:00
eval_frame_cpp.h
eval_frame.c [dynamo, 3.14] prevent StackRef compilation in 3.14 Windows (#164400) 2025-10-04 18:38:08 +00:00
eval_frame.h [dynamo] better way to skip tracing sys.monitoring callables (#159369) 2025-07-29 21:54:58 +00:00
extra_state.cpp [Code Clean] Replace std::runtime_error with TORCH_CHECK (#163610) 2025-09-26 04:52:48 +00:00
extra_state.h
framelocals_mapping.cpp [dynamo, 3.14] prevent StackRef compilation in 3.14 Windows (#164400) 2025-10-04 18:38:08 +00:00
framelocals_mapping.h
guards.cpp [3/N] fix typo in other folders (#166606) 2025-10-30 10:30:40 +00:00
guards.h Revert "[dynamo][DebugMode] mask python keys in dispatch_key_set guard checks (#164992)" 2025-10-13 15:14:34 +00:00
init.cpp [dynamo] fix potential 3.12+ THP_PyOpcode_Caches init error seen internally (#165200) 2025-10-12 05:29:04 +00:00
init.h
python_compiled_autograd.cpp
python_compiled_autograd.h
utils.cpp
utils.h