dynamo configs to torch.compiler (#163517)

Moving some dynamo configs to torch.compiler

Pull Request resolved: https://github.com/pytorch/pytorch/pull/163517
Approved by: https://github.com/williamwen42, https://github.com/anijain2305

Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
This commit is contained in:
sekyonda
2025-10-14 22:44:53 +00:00
committed by PyTorch MergeBot
parent bbb902c8dd
commit c467e59cb0
4 changed files with 198 additions and 6 deletions

View File

@ -1,14 +1,12 @@
```{eval-rst}
.. currentmodule:: torch.compiler.config
```
# torch.compiler.config
```{eval-rst}
.. automodule:: torch.compiler.config
```
```{eval-rst}
.. autodata:: torch.compiler.config.job_id
:members:
:undoc-members:
:show-inheritance:
```

View File

@ -816,6 +816,10 @@ Operator Tags
.. py:module:: torch.types
.. py:module:: torch.version
.. Compiler configuration module - documented in torch.compiler.config.md
.. py:module:: torch.compiler.config
:noindex:
.. Hidden aliases (e.g. torch.functional.broadcast_tensors()). We want `torch.broadcast_tensors()` to
be visible only.
.. toctree::