Skip to content

Commit

Permalink
replaced custom_backend deadlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
SykChw committed Mar 28, 2024
1 parent 39360f8 commit d0335ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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>
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
<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>
<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>
</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>
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
<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>
<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>
</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

0 comments on commit d0335ed

Please sign in to comment.