Pages

_Footer Last updated 2025-03-28 03:04:41 +08:00
A quick guide on how to add and cache dependencies on PyTorch CI Last updated 2023-03-25 06:54:01 +08:00
Adding and maintaining type annotations in PyTorch Last updated 2025-06-13 22:47:22 +08:00
Autograd Basics Last updated 2024-08-31 21:41:19 +08:00
Autograd Onboarding Lab Last updated 2024-07-04 01:26:20 +08:00
Best Practices to Edit and Compile PyTorch Source Code On Windows Last updated 2024-01-17 10:43:42 +08:00
Bot commands Last updated 2025-09-30 02:51:29 +08:00
Boxing and Unboxing in the PyTorch Operator Library Last updated 2021-01-06 11:41:36 +08:00
Build PyTorch and LibTorch on Windows ARM64 Last updated 2025-01-31 00:30:14 +08:00
clang format Last updated 2022-03-23 02:15:52 +08:00
Code review values Last updated 2024-09-30 19:36:30 +08:00
Codegen and Structured Kernels Last updated 2024-07-04 01:27:24 +08:00
Continuous Integration Last updated 2024-05-07 09:51:47 +08:00
Core Frontend Onboarding Last updated 2025-07-26 01:39:21 +08:00
Cpp API Quick Walkthrough Last updated 2024-07-04 01:30:42 +08:00
CUDA basics Last updated 2025-08-23 11:08:56 +08:00
Data Basics Last updated 2024-07-04 01:34:19 +08:00
DataPipes Testing Requirements Last updated 2022-01-20 06:14:10 +08:00
Debugging CI Failures without SSH Access Last updated 2024-08-20 00:41:17 +08:00
Debugging using with ssh for Github Actions Last updated 2025-06-05 00:55:53 +08:00
Debugging Windows with Remote Desktop or CDB (CLI windbg) on CircleCI Last updated 2020-10-22 01:17:59 +08:00
Dev Infra Office Hours Last updated 2025-08-29 07:11:14 +08:00
Developer FAQ Last updated 2022-06-27 21:25:17 +08:00
Dispatcher Structured Kernels Lab Last updated 2024-07-04 01:29:29 +08:00
Docker image build on CircleCI Last updated 2021-08-13 08:51:08 +08:00
Docstring Guidelines Last updated 2025-06-09 23:22:48 +08:00
function transforms (aka torch.func, functorch) Last updated 2024-07-04 01:36:27 +08:00
Getting help as a contributor Last updated 2022-11-11 00:14:52 +08:00
Guide for adding type annotations to PyTorch Last updated 2020-12-09 02:46:26 +08:00
Home Last updated 2025-08-02 03:28:33 +08:00
How to propose feature changes to PyTorch Last updated 2022-08-23 04:10:20 +08:00
How to support `torch.set_deterministic()` in PyTorch operators Last updated 2020-07-22 07:59:23 +08:00
How to use TensorIterator Last updated 2019-07-12 23:53:23 +08:00
Life of a Tensor Last updated 2019-07-12 03:18:36 +08:00
lintrunner Last updated 2024-05-18 11:19:25 +08:00
Memory format propagation rules Last updated 2020-05-28 06:19:57 +08:00
Modular components for benchmarking PyTorch snippets. (Experimental) Last updated 2020-07-18 02:23:15 +08:00
Module Onboarding Lab Last updated 2024-07-04 01:31:14 +08:00
MPS Backend Last updated 2024-03-19 10:36:06 +08:00
Multiprocessing Technical Notes Last updated 2016-09-26 08:10:35 +08:00
nn Basics Last updated 2024-07-04 01:30:06 +08:00
Operators with Channels Last support Last updated 2022-05-22 09:12:39 +08:00
OpInfos FAQ Last updated 2021-04-07 19:10:51 +08:00
Public API definition and documentation Last updated 2022-06-28 03:22:25 +08:00
Pull request review etiquette Last updated 2019-06-25 03:26:21 +08:00
PyTorch AutoLabel Bot Last updated 2023-07-25 05:46:09 +08:00
PyTorch Basics Last updated 2025-05-02 01:50:14 +08:00
PyTorch CI Metrics Dashboards: the HUD Last updated 2022-08-30 23:21:05 +08:00
PyTorch Data Flow and Interface Diagram Last updated 2021-03-15 23:57:31 +08:00
PyTorch dispatcher walkthrough Last updated 2024-09-01 00:17:07 +08:00
PyTorch IR Last updated 2020-06-11 13:44:02 +08:00
PyTorch ONNX Exporter Code Reviews and Duty Rotation Last updated 2024-12-31 23:36:26 +08:00
PyTorch ONNX exporter Last updated 2025-09-12 05:05:08 +08:00
PyTorch ONNX Topics Last updated 2022-08-23 23:56:53 +08:00
PyTorch Ops to oneDNN Functions Mapping Last updated 2023-11-16 12:34:35 +08:00
PyTorch OSS benchmark infra Last updated 2025-10-11 04:06:28 +08:00
Pytorch Training Loops Last updated 2023-11-21 22:19:55 +08:00
PyTorch Versions Last updated 2025-04-24 00:39:21 +08:00
PyTorch Workflow Cheatsheet Last updated 2024-07-04 01:19:15 +08:00
PyTorch's Python Frontend Backward and Forward Compatibility Policy Last updated 2024-08-19 23:46:12 +08:00
Running and writing tests Last updated 2024-07-04 01:23:33 +08:00
Sharing design documents for discussion Last updated 2023-07-25 05:50:29 +08:00
Software Architecture for c10 Last updated 2019-01-11 03:04:06 +08:00
Tensor and Operator Basics Last updated 2024-08-31 21:32:34 +08:00
TH to ATen porting guide Last updated 2019-06-10 21:46:59 +08:00
The PyTorch Contribution Process Last updated 2024-08-17 06:17:18 +08:00
The torch.fft module in PyTorch 1.7 Last updated 2020-11-06 00:14:06 +08:00
The Ultimate Guide to PyTorch Contributions Last updated 2025-09-03 03:44:40 +08:00
torch.nn Module Documentation Style Guide Last updated 2021-10-29 23:44:20 +08:00
torch.onnx Namespacing Last updated 2022-05-27 01:38:48 +08:00
Troubleshooting Documentation Build Last updated 2025-08-02 03:27:59 +08:00
Troubleshooting Last updated 2022-11-09 00:51:15 +08:00
Using hud.pytorch.org Last updated 2023-06-24 02:20:49 +08:00
vmap Basics Last updated 2025-07-26 01:40:47 +08:00
vmap Onboarding Lab Last updated 2024-07-04 01:35:28 +08:00
What is considered a SEV? Last updated 2023-05-11 03:32:30 +08:00
Where or how should I add documentation Last updated 2022-06-09 22:43:25 +08:00
Writing memory format aware operators Last updated 2020-03-24 02:52:32 +08:00
Writing Python in cpp (a manifesto) Last updated 2019-05-19 06:54:09 +08:00
Writing tests in PyTorch 1.8 Last updated 2021-03-18 23:10:25 +08:00