Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced custom_backend deadlinks #1592

Open
wants to merge 3 commits into
base: site
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/2.2/_modules/torch.html
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ <h1>Source code for torch</h1><div class="highlight"><pre>

<span class="sd"> - Experimental or debug in-tree backends can be seen with `torch._dynamo.list_backends(None)`</span>

<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html</span>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main/compile/custom-backends.html changed to stable/torch.compiler_custom_backends.html

<span class="sd"> mode (str): Can be either &quot;default&quot;, &quot;reduce-overhead&quot;, &quot;max-autotune&quot; or &quot;max-autotune-no-cudagraphs&quot;</span>

<span class="sd"> - &quot;default&quot; is the default mode, which is a good balance between performance and overhead</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/2.2/generated/torch.compile.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h1>torch.compile<a class="headerlink" href="#torch-compile" title="Permalink to
<li><p>”inductor” is the default backend, which is a good balance between performance and overhead</p></li>
<li><p>Non experimental in-tree backends can be seen with <cite>torch._dynamo.list_backends()</cite></p></li>
<li><p>Experimental or debug in-tree backends can be seen with <cite>torch._dynamo.list_backends(None)</cite></p></li>
<li><p>To register an out-of-tree custom backend: <a class="reference external" href="https://pytorch.org/docs/main/compile/custom-backends.html">https://pytorch.org/docs/main/compile/custom-backends.html</a></p></li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<li><p>To register an out-of-tree custom backend: <a class="reference external" href="https://pytorch.org/docs/stable/torch.compiler_custom_backends.html">https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</a></p></li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main/compile/custom-backends.html changed to stable/torch.compiler_custom_backends.html

main/compile/custom-backends changed to stable/torch.compiler_custom_backends

</ul>
</p></li>
<li><p><strong>mode</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Can be either “default”, “reduce-overhead”, “max-autotune” or “max-autotune-no-cudagraphs”</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/2.3/_modules/torch.html
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,7 @@ <h1>Source code for torch</h1><div class="highlight"><pre>

<span class="sd"> - Experimental or debug in-tree backends can be seen with `torch._dynamo.list_backends(None)`</span>

<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html</span>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main/compile/custom-backends.html changed to stable/torch.compiler_custom_backends.html

<span class="sd"> mode (str): Can be either &quot;default&quot;, &quot;reduce-overhead&quot;, &quot;max-autotune&quot; or &quot;max-autotune-no-cudagraphs&quot;</span>

<span class="sd"> - &quot;default&quot; is the default mode, which is a good balance between performance and overhead</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/2.3/generated/torch.compile.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h1>torch.compile<a class="headerlink" href="#torch-compile" title="Permalink to
<li><p>”inductor” is the default backend, which is a good balance between performance and overhead</p></li>
<li><p>Non experimental in-tree backends can be seen with <cite>torch._dynamo.list_backends()</cite></p></li>
<li><p>Experimental or debug in-tree backends can be seen with <cite>torch._dynamo.list_backends(None)</cite></p></li>
<li><p>To register an out-of-tree custom backend: <a class="reference external" href="https://pytorch.org/docs/main/compile/custom-backends.html">https://pytorch.org/docs/main/compile/custom-backends.html</a></p></li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<li><p>To register an out-of-tree custom backend: <a class="reference external" href="https://pytorch.org/docs/stable/torch.compiler_custom_backends.html">https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</a></p></li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main/compile/custom-backends.html changed to stable/torch.compiler_custom_backends.html

main/compile/custom-backends changed to stable/torch.compiler_custom_backends

</ul>
</p></li>
<li><p><strong>mode</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Can be either “default”, “reduce-overhead”, “max-autotune” or “max-autotune-no-cudagraphs”</p>
Expand Down