mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
bbb902c8dd
commit
c467e59cb0
@ -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:
|
||||
```
|
||||
|
@ -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::
|
||||
|
Reference in New Issue
Block a user