Skip to content

Commit d0335ed

Browse files
committed
replaced custom_backend deadlinks
1 parent 39360f8 commit d0335ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/2.2/_modules/torch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ <h1>Source code for torch</h1><div class="highlight"><pre>
22092209

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

2212-
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html</span>
2212+
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
22132213
<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>
22142214

22152215
<span class="sd"> - &quot;default&quot; is the default mode, which is a good balance between performance and overhead</span>

docs/2.2/generated/torch.compile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h1>torch.compile<a class="headerlink" href="#torch-compile" title="Permalink to
498498
<li><p>”inductor” is the default backend, which is a good balance between performance and overhead</p></li>
499499
<li><p>Non experimental in-tree backends can be seen with <cite>torch._dynamo.list_backends()</cite></p></li>
500500
<li><p>Experimental or debug in-tree backends can be seen with <cite>torch._dynamo.list_backends(None)</cite></p></li>
501-
<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>
501+
<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>
502502
</ul>
503503
</p></li>
504504
<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>

docs/2.3/_modules/torch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ <h1>Source code for torch</h1><div class="highlight"><pre>
22812281

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

2284-
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html</span>
2284+
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span>
22852285
<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>
22862286

22872287
<span class="sd"> - &quot;default&quot; is the default mode, which is a good balance between performance and overhead</span>

docs/2.3/generated/torch.compile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ <h1>torch.compile<a class="headerlink" href="#torch-compile" title="Permalink to
505505
<li><p>”inductor” is the default backend, which is a good balance between performance and overhead</p></li>
506506
<li><p>Non experimental in-tree backends can be seen with <cite>torch._dynamo.list_backends()</cite></p></li>
507507
<li><p>Experimental or debug in-tree backends can be seen with <cite>torch._dynamo.list_backends(None)</cite></p></li>
508-
<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>
508+
<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>
509509
</ul>
510510
</p></li>
511511
<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>

0 commit comments

Comments
 (0)