From d0335edc38f5f201a9867950e1ab39b21537ed5c Mon Sep 17 00:00:00 2001 From: Sayak Chowdhury Date: Tue, 26 Mar 2024 13:57:24 +0000 Subject: [PATCH] replaced custom_backend deadlinks --- docs/2.2/_modules/torch.html | 2 +- docs/2.2/generated/torch.compile.html | 2 +- docs/2.3/_modules/torch.html | 2 +- docs/2.3/generated/torch.compile.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2.2/_modules/torch.html b/docs/2.2/_modules/torch.html index b55aa90e5219..c468ad5a48e8 100644 --- a/docs/2.2/_modules/torch.html +++ b/docs/2.2/_modules/torch.html @@ -2209,7 +2209,7 @@

Source code for torch

 
         - Experimental or debug in-tree backends can be seen with `torch._dynamo.list_backends(None)`
 
-        - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html
+        - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html
        mode (str): Can be either "default", "reduce-overhead", "max-autotune" or "max-autotune-no-cudagraphs"
 
         - "default" is the default mode, which is a good balance between performance and overhead
diff --git a/docs/2.2/generated/torch.compile.html b/docs/2.2/generated/torch.compile.html
index f3c7ee227844..0b93e216cf26 100644
--- a/docs/2.2/generated/torch.compile.html
+++ b/docs/2.2/generated/torch.compile.html
@@ -498,7 +498,7 @@ 

torch.compilehttps://pytorch.org/docs/main/compile/custom-backends.html

+
  • To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html

  • mode (str) –

    Can be either “default”, “reduce-overhead”, “max-autotune” or “max-autotune-no-cudagraphs”

    diff --git a/docs/2.3/_modules/torch.html b/docs/2.3/_modules/torch.html index 72fcdadd16a6..87222b0c3479 100644 --- a/docs/2.3/_modules/torch.html +++ b/docs/2.3/_modules/torch.html @@ -2281,7 +2281,7 @@

    Source code for torch

     
             - Experimental or debug in-tree backends can be seen with `torch._dynamo.list_backends(None)`
     
    -        - To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html
    +        - To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html
            mode (str): Can be either "default", "reduce-overhead", "max-autotune" or "max-autotune-no-cudagraphs"
     
             - "default" is the default mode, which is a good balance between performance and overhead
    diff --git a/docs/2.3/generated/torch.compile.html b/docs/2.3/generated/torch.compile.html
    index c878a8d56416..8d7f038db67a 100644
    --- a/docs/2.3/generated/torch.compile.html
    +++ b/docs/2.3/generated/torch.compile.html
    @@ -505,7 +505,7 @@ 

    torch.compilehttps://pytorch.org/docs/main/compile/custom-backends.html

  • +
  • To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html

  • mode (str) –

    Can be either “default”, “reduce-overhead”, “max-autotune” or “max-autotune-no-cudagraphs”