-
Notifications
You must be signed in to change notification settings - Fork 294
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
base: site
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 "default", "reduce-overhead", "max-autotune" or "max-autotune-no-cudagraphs"</span> | ||
|
||
<span class="sd"> - "default" is the default mode, which is a good balance between performance and overhead</span> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://pytorch.org/docs/main/compile/custom-backends.html is a dead link |
||
<span class="sd"> - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html</span> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 "default", "reduce-overhead", "max-autotune" or "max-autotune-no-cudagraphs"</span> | ||
|
||
<span class="sd"> - "default" is the default mode, which is a good balance between performance and overhead</span> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pytorch.org/docs/main/compile/custom-backends.html is a dead link