pytorch/torch
dolpm 51a708ffc6 [nativert] libtorch kernel registry (#157150)
Summary: att

Test Plan:
ci

Rollback Plan:

Differential Revision: D77451703

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157150
Approved by: https://github.com/georgiaphillips, https://github.com/henryoier
2025-07-16 12:36:55 +00:00
..
_awaits
_C Fix types in graphs.py (#158192) 2025-07-15 19:49:38 +00:00
_C_flatbuffer
_custom_op pyfmt lint torch/_custom_op/* (#155782) 2025-06-12 23:04:11 +00:00
_decomp [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_dispatch Improve torch.ops typing (#154555) 2025-06-22 15:52:27 +00:00
_dynamo Move functions from torch._functorch.aot_autograd that are not frontend functions to frontend_utils (#158251) 2025-07-16 03:59:41 +00:00
_export [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_functorch Extract out prepare_aot_module_simplified for use in next PR (#158319) 2025-07-16 03:59:41 +00:00
_higher_order_ops remove allow-untyped-defs from torch/_higher_order_ops/run_const_graph.py (#157847) 2025-07-12 15:42:12 +00:00
_inductor [Inductor][Triton] Update TMA Compatibility Requirements (#157881) 2025-07-16 09:31:44 +00:00
_lazy [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_library [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_logging [Bugfix][Inductor] Fix dependency list merged incorrectly for a custom op with multiple mutated inputs and None return type. (#157133) 2025-07-11 09:06:31 +00:00
_numpy Fix torch._numpy to match NumPy when empty ellipsis causes advanced indexing separation (#158297) 2025-07-16 08:11:53 +00:00
_prims [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_prims_common [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_refs [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_strobelight [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_subclasses [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
_vendor
accelerator Add deprecation hint for accelerator APIs (#158013) 2025-07-10 18:09:22 +00:00
amp Issue warning with reference to user code rather than torch (#155112) 2025-07-14 05:24:23 +00:00
ao Fix compilation and "import torch" issues for cpython 3.14 (#158184) 2025-07-15 05:06:55 +00:00
autograd Fix types in graphs.py (#158192) 2025-07-15 19:49:38 +00:00
backends Expose opt_einsum in torch.backends (#157740) 2025-07-15 17:46:43 +00:00
compiler [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
contrib
cpu
csrc [cuda][cupy] Improve cupy device placement when device is provided (#158320) 2025-07-16 07:12:36 +00:00
cuda Fix types in graphs.py (#158192) 2025-07-15 19:49:38 +00:00
distributed [DTensor] implement histc (#158298) 2025-07-16 04:10:32 +00:00
distributions [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
export Standalone compile API in _Exporter (#158139) 2025-07-15 18:47:56 +00:00
fft [BE][PYFMT] migrate PYFMT for torch/[e-n]*/ to ruff format (#144553) 2025-06-17 08:18:47 +00:00
func
futures Simplify the base classes of _PyFutureMeta (#157757) 2025-07-08 15:39:56 +00:00
fx cache dict and string rep for better perf (#158372) 2025-07-16 02:15:32 +00:00
headeronly Migrate c10/macros/cmake_macros.h.in to torch/headeronly (#158035) 2025-07-15 19:52:59 +00:00
jit [2/n] Remove references to TorchScript in PyTorch docs (#158306) 2025-07-15 20:57:23 +00:00
legacy
lib [2/N] Fix cppcoreguidelines-init-variables suppression (#146237) 2025-06-19 23:26:42 +00:00
linalg Fix for ambiguity in linalg.norm()'s ord argument of +2 & -2 (#155148) 2025-06-04 21:15:20 +00:00
masked [Pyrefly][Refactor] Replace dict() calls with literal dict syntax for improved readability (#157735) 2025-07-08 18:10:33 +00:00
monitor
mps [BE][12/16] fix typos in torch/ (#156602) 2025-07-02 22:55:29 +00:00
mtia [BE][PYFMT] migrate PYFMT for torch/[e-n]*/ to ruff format (#144553) 2025-06-17 08:18:47 +00:00
multiprocessing [BE][12/16] fix typos in torch/ (#156602) 2025-07-02 22:55:29 +00:00
nativert [nativert] libtorch kernel registry (#157150) 2025-07-16 12:36:55 +00:00
nested Add check nested_tensor_from_jagged param jagged_dim >= 1 (#157770) 2025-07-10 00:34:39 +00:00
nn Add better typing to avaialbe kernel options for flex attention (#158383) 2025-07-16 06:06:29 +00:00
onnx [ONNX] Remove legacy registration and dispatcher (#158283) 2025-07-15 21:00:49 +00:00
optim [Pyrefly][Refactor] Replace dict() calls with literal dict syntax for improved readability (#157735) 2025-07-08 18:10:33 +00:00
package [BE][Ez]: Update ruff to 0.12.2 (#157937) 2025-07-11 15:16:20 +00:00
profiler [BE][Ez]: Autotype torch/profiler with ruff ANN (#157923) 2025-07-09 22:07:50 +00:00
quantization [BE][6/16] fix typos in torch/ (#156316) 2025-06-23 02:57:34 +00:00
signal [BE][6/16] fix typos in torch/ (#156316) 2025-06-23 02:57:34 +00:00
sparse [build] modernize build-frontend: python setup.py develop/install -> [uv ]pip install --no-build-isolation [-e ]. (#156027) 2025-07-09 11:24:27 +00:00
special [BE][6/16] fix typos in torch/ (#156316) 2025-06-23 02:57:34 +00:00
testing add device generalization support for distributed tests (#156796) 2025-07-16 09:37:03 +00:00
utils Fix compilation and "import torch" issues for cpython 3.14 (#158184) 2025-07-15 05:06:55 +00:00
xpu [BE][6/16] fix typos in torch/ (#156316) 2025-06-23 02:57:34 +00:00
__config__.py
__future__.py
__init__.py [BE] Remove CUDA 11.8 artifacts (#158303) 2025-07-15 11:52:08 +00:00
_appdirs.py
_classes.py remove allow-untyped-defs from torch/_classes.py (#157231) 2025-07-08 00:11:52 +00:00
_compile.py [precompile] Ensure @disable()-ed function won't trigger recompile from precompile bytecode. (#155363) 2025-06-10 16:13:38 +00:00
_custom_ops.py
_deploy.py
_environment.py
_guards.py Revert "[dynamo][fsdp] Consistent behavior of int attributes (#157262)" 2025-07-10 23:11:18 +00:00
_jit_internal.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
_linalg_utils.py Update is_sparse doc to mention that it is sparse_coo specific (#157378) 2025-07-09 18:22:14 +00:00
_lobpcg.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
_lowrank.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
_meta_registrations.py Fix grouped MM output strides when compiled but not max-autotuned (#158143) 2025-07-15 11:53:13 +00:00
_namedtensor_internals.py
_ops.py [Easy] Show some clear error when torch.ops.load_library fails. (#157524) 2025-07-16 07:33:22 +00:00
_python_dispatcher.py Typo fixes for "overridden" in comments and function names (#155944) 2025-06-14 03:37:38 +00:00
_size_docs.py
_sources.py
_storage_docs.py Fix docstring for torch.UntypedStorage.from_file (#155067) 2025-06-05 14:30:49 +00:00
_streambase.py
_tensor_docs.py Documentation Fix: torch.tensor.scatter_ docs (#157929) 2025-07-10 19:22:52 +00:00
_tensor_str.py fix tensor print behavior for MAIA (#155609) 2025-06-14 01:04:12 +00:00
_tensor.py [PyTorch] Deprecate numpy serialization for MTIA (#157884) 2025-07-11 17:57:33 +00:00
_thread_safe_fork.py
_torch_docs.py [cuda][cupy] Improve cupy device placement when device is provided (#158320) 2025-07-16 07:12:36 +00:00
_utils_internal.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
_utils.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
_VF.py
_vmap_internals.py
_weights_only_unpickler.py
CMakeLists.txt Migrate c10/macros/cmake_macros.h.in to torch/headeronly (#158035) 2025-07-15 19:52:59 +00:00
custom_class_detail.h
custom_class.h [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
extension.h
functional.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
header_only_apis.txt Reapply D77381084 / #156964: Rename torch::standalone to headeronly (#157251) 2025-06-30 23:25:30 +00:00
hub.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
library.h [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
library.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
overrides.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
py.typed
quasirandom.py
random.py
return_types.py
script.h
serialization.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
storage.py mypy 1.16.0 (#155821) 2025-06-14 18:18:43 +00:00
torch_version.py
types.py
version.py.tpl