pytorch/docs/source/compile
Svetlana Karslioglu eb03af44ee Fixes to the torch.compile doc and doctest (#104911)
Fixing the user warning in doctest by removing autosummary from the compile/index.rst :
```
/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/__init__.py:docstring of torch.compile:1: WARNING: duplicate object description of torch.compile, other instance in compile/generated/torch.compile, use :noindex: for one of them
```
The error is no longer present in the log: https://github.com/pytorch/pytorch/actions/runs/5513741050/jobs/10052379357?pr=104911
Pull Request resolved: https://github.com/pytorch/pytorch/pull/104911
Approved by: https://github.com/kit1980, https://github.com/malfet
2023-07-11 17:54:12 +00:00
..
cudagraph_trees.rst CUDAGraph trees doc (#101902) 2023-05-23 03:35:43 +00:00
custom-backends.rst Replace master with main in links and docs/conf.py (#100176) 2023-05-02 18:20:32 +00:00
deep-dive.rst Switch dynamic_shapes to True by default (#103597) 2023-06-15 15:16:20 +00:00
dynamic-shapes.rst Switch dynamic_shapes to True by default (#103597) 2023-06-15 15:16:20 +00:00
fake-tensor.rst Fake Tensor Docs (#101882) 2023-05-19 21:39:34 +00:00
faq.rst [dynamo] Hide guard_fail_hook behind a flag to improve cache lookup time (+10% DebertaV2) (#100590) 2023-05-04 18:52:21 +00:00
fine_grained_apis.rst Fix torch.compile side panels refs (#102407) 2023-06-05 20:08:40 +00:00
get-started.rst correct the generated code and corresponding text to make them consistent (#104596) 2023-07-04 22:56:03 +00:00
guards-overview.rst Fix broken link in Dynamo's guards doc (#102183) (#102185) 2023-06-02 14:36:28 +00:00
index.rst Fixes to the torch.compile doc and doctest (#104911) 2023-07-11 17:54:12 +00:00
inductor_profiling.rst torch.compile docs: "Profiling to understand torch.compile performance (#102862) 2023-06-06 22:00:36 +00:00
nn-module.rst Test and document dynamo backward hooks support (#99382) 2023-04-18 03:03:29 +00:00
performance-dashboard.rst Add a rst doc for the performance dashboard (#100592) 2023-05-04 18:28:09 +00:00
profiling_torch_compile.rst torch.compile docs: "Profiling to understand torch.compile performance (#102862) 2023-06-06 22:00:36 +00:00
technical-overview.rst
torchfunc-and-torchcompile.rst Docs for torchcompile and functorch (#101881) 2023-05-19 21:23:43 +00:00
transformations.rst [docs] Docs for writing ATen IR passes + FX Pattern matching (#100577) 2023-05-04 05:17:10 +00:00
troubleshooting.rst Fix outdated log settings in doc (#102285) (#102286) 2023-06-07 18:07:20 +00:00