pytorch/torch
2025-09-29 03:54:28 +00:00
..
_awaits
_C [dynamo][guards] Revert introduction of different types of lambda_guards (#163385) 2025-09-27 18:20:48 +00:00
_C_flatbuffer
_custom_op [BE]: ruff PLC0207 - use maxsplit kwarg (#160107) 2025-08-08 03:14:59 +00:00
_decomp [inductor] Fix divmod error in decomp (#163482) 2025-09-24 02:52:36 +00:00
_dispatch
_dynamo [dynamo] Special path for cloning of torch dispatch tensors (#164081) 2025-09-29 01:44:44 +00:00
_export Fix various bugs in subclass input in export (#163770) 2025-09-28 18:03:32 +00:00
_functorch [scan] create fw and bw graphs via partitioning (#162754) 2025-09-27 18:13:15 +00:00
_higher_order_ops [scan] create fw and bw graphs via partitioning (#162754) 2025-09-27 18:13:15 +00:00
_inductor [inductor] add subsystem to pattern matcher (#163922) 2025-09-28 03:15:23 +00:00
_lazy
_library [ignore][codex-test] Add typing to simple library registry (#161367) 2025-09-23 02:08:55 +00:00
_logging Add compile_id: Optional[CompileID] to torch._logging._internal.trace_structured_artifact (#160440) 2025-08-13 06:28:23 +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 [Bugfix] Match eager stride semantics for cloned tensors with preserve_format in compile (#163017) 2025-09-19 19:41:33 +00:00
_prims_common are_strides_like_channels_last_or_false (#162354) 2025-09-16 00:49:05 +00:00
_refs Better decomp for torch.eye (#163386) 2025-09-22 21:52:37 +00:00
_strobelight
_subclasses [FakeTensor] Supplement the relevant logic for converting conv1d to conv2d in meta_conv (#160408) 2025-09-26 15:45:02 +00:00
_vendor
accelerator Add unified memory APIs for torch.accelerator (#152932) 2025-08-08 17:41:22 +00:00
amp [Easy][AMP] Refactor the AMP logic for getting dtype (#162796) 2025-09-21 06:32:35 +00:00
ao Use new_tracer_experimental for torchao strict export (#163258) 2025-09-28 19:55:54 +00:00
autograd Expose Kineto event metadata in PyTorch Profiler events (#161624) 2025-09-25 14:58:30 +00:00
backends Revert "[ROCm] SDPA fix mem fault when dropout is enabled (#154864)" 2025-08-26 20:03:59 +00:00
compiler Simplify PrecompileContext to no longer be a CacheArtifactManager (#162886) 2025-09-20 01:24:37 +00:00
contrib
cpu [AMP] Add deprecated decorator for torch.xxx.amp.autocast class (#163654) 2025-09-27 14:37:12 +00:00
csrc Remove C++ workarounds for Python < 3.10 (#164055) 2025-09-28 20:00:02 +00:00
cuda [AMP] Add deprecated decorator for torch.xxx.amp.autocast class (#163654) 2025-09-27 14:37:12 +00:00
distributed [distributed] Remove python code older than 3.10 (#163613) 2025-09-28 04:15:24 +00:00
distributions
export [export] Skip the check instead of disable (#164084) 2025-09-29 01:44:44 +00:00
fft
func
futures
fx [WIP][precompile] Set fake_mode of base tensor in fx graph pickler (#163738) 2025-09-26 14:36:37 +00:00
headeronly Add CUDA_KERNEL_ASSERT_PRINTF, a more flexible CUDA_KERNEL_ASSERT_MSG (#160129) 2025-09-16 00:23:48 +00:00
jit [BE] Delete all pre py-3.10 checks (#163653) 2025-09-23 23:22:53 +00:00
legacy
lib
linalg Revert "Add __init__.pyi to torch/linalg (#160750)" 2025-09-02 16:53:55 +00:00
masked Remove guard_size_oblivious from default contiguity python check, and add aten.sym_is_contiguous. [attempt2] (#160869) 2025-09-08 22:59:13 +00:00
monitor
mps Add type annotations to MPS profiler utilities (#163486) 2025-09-27 23:00:53 +00:00
mtia [BE] Add Documentation for Device APIs (#162834) 2025-09-16 17:01:06 +00:00
multiprocessing Allow parallel start NUMA binding (#161576) 2025-08-28 01:15:58 +00:00
nativert Better error handling in torch/nativert/* (#163308) 2025-09-28 14:23:44 +00:00
nested Add NestedTensor dispatch for _is_any_true/_is_all_true (#162096) 2025-09-22 20:22:44 +00:00
nn [2/N] Apply ruff UP035 check in torch files (#164054) 2025-09-29 03:35:32 +00:00
numa Allow parallel start NUMA binding (#161576) 2025-08-28 01:15:58 +00:00
onnx remove allow-untyped-defs from ./torch/onnx/_internal/torchscript_exporter/_globals.py (#163472) 2025-09-23 03:50:29 +00:00
optim [optim] prevent unintended aliasing in lr_scheduler; update type annotations/docs (#163120) 2025-09-25 06:58:58 +00:00
package [2/N] Apply ruff UP035 check in torch files (#164054) 2025-09-29 03:35:32 +00:00
profiler removed duplicate imports (#161685) 2025-08-31 16:21:49 +00:00
quantization [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
signal [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
sparse Use computed buffer sizes of torch for cusparseLt metadata (#163125) 2025-09-19 22:12:40 +00:00
special [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
testing Eliminate setup.py install/develop in the codebose (#162329) 2025-09-29 03:54:28 +00:00
utils [2/N] Apply ruff UP035 check in torch files (#164054) 2025-09-29 03:35:32 +00:00
xpu [2/N] Apply ruff UP035 check in torch files (#164054) 2025-09-29 03:35:32 +00:00
__config__.py
__future__.py
__init__.py [CD] CUDA 13.0 fix preload logic to include nvidia/cu13/lib/ (#163661) 2025-09-24 11:27:05 +00:00
_appdirs.py
_classes.py
_compile.py Replace Literal[None] with None in typing (#163489) 2025-09-22 22:10:08 +00:00
_custom_ops.py
_environment.py
_guards.py Fix various bugs in subclass input in export (#163770) 2025-09-28 18:03:32 +00:00
_jit_internal.py [Code Clean] Remove deadcodes about Python3.9 [7/N] (#163646) 2025-09-24 07:30:50 +00:00
_linalg_utils.py
_lobpcg.py
_lowrank.py
_meta_registrations.py [FakeTensor] Supplement the relevant logic for converting conv1d to conv2d in meta_conv (#160408) 2025-09-26 15:45:02 +00:00
_namedtensor_internals.py
_ops.py [BE] Slight improvements to documentation in python_dispatch (#162963) 2025-09-21 01:45:46 +00:00
_python_dispatcher.py
_size_docs.py
_sources.py
_storage_docs.py
_streambase.py
_tensor_docs.py Add missing optional for tensor ops (#159028) 2025-07-25 04:36:55 +00:00
_tensor_str.py Fix max_width computation in _tensor_str._Formatter (#126859) 2025-08-01 15:05:41 +00:00
_tensor.py Make Tensor.__dlpack__(stream=None) capture-safe during CUDA Graph capture (#163242) 2025-09-24 16:04:19 +00:00
_thread_safe_fork.py
_torch_docs.py Update documentation for torch.index_select (#163616) 2025-09-25 18:29:17 +00:00
_utils_internal.py Add DISABLE_JUSTKNOBS to torch/_utils_internal.py and use it for dynamo _maybe_set_eval_frame (#162298) 2025-09-15 23:00:39 +00:00
_utils.py
_VF.py
_vmap_internals.py
_weights_only_unpickler.py Fix type checking for persistent loads in the weights-only unpickler (#161661) 2025-09-01 19:57:19 +00:00
CMakeLists.txt Revert "[RELAND] Always build USE_DISTRIBUTED (#160449) and Make distributed modules importable even when backend not built (#159889) (#162594)" 2025-09-25 13:47:46 +00:00
custom_class_detail.h
custom_class.h
extension.h
functional.py unify broadcast_shapes functions and avoid duplicates (#160251) 2025-08-16 00:54:32 +00:00
header_only_apis.txt [Reland] Migrate ScalarType to headeronly (#159911) 2025-08-06 07:36:37 +00:00
hub.py Allow torch.hub.load with unauthorized GITHUB_TOKEN (#159896) 2025-08-14 18:15:49 +00:00
library.h Using std::make_unique<T>() instead of unique<T>(new T()) (#160723) 2025-08-19 10:25:47 +00:00
library.py Replace Literal[None] with None in typing (#163489) 2025-09-22 22:10:08 +00:00
overrides.py Fully native DTensor.__new__ (#162508) 2025-09-21 18:36:05 +00:00
py.typed
quasirandom.py
random.py
return_types.py
script.h
serialization.py added class or module info for functions blocked by weight-only load (#159935) 2025-08-12 20:52:25 +00:00
storage.py
torch_version.py
types.py
version.py.tpl