diff --git a/main/_images/RReLU.png b/main/_images/RReLU.png index c3507189a42..c5c093b99d2 100644 Binary files a/main/_images/RReLU.png and b/main/_images/RReLU.png differ diff --git a/main/_modules/index.html b/main/_modules/index.html index f37060da62c..a8c69fefa9e 100644 --- a/main/_modules/index.html +++ b/main/_modules/index.html @@ -299,7 +299,7 @@
return torch._C._get_cublas_allow_fp16_reduced_precision_reduction()
elif name == "allow_bf16_reduced_precision_reduction":
return torch._C._get_cublas_allow_bf16_reduced_precision_reduction()
+ elif name == "allow_fp16_accumulation":
+ return torch._C._get_cublas_allow_fp16_accumulation()
raise AttributeError("Unknown attribute " + name)
def __setattr__(self, name, value):
@@ -750,6 +752,8 @@ Source code for torch.backends.cuda
return torch._C._set_cublas_allow_fp16_reduced_precision_reduction(value)
elif name == "allow_bf16_reduced_precision_reduction":
return torch._C._set_cublas_allow_bf16_reduced_precision_reduction(value)
+ elif name == "allow_fp16_accumulation":
+ return torch._C._set_cublas_allow_fp16_accumulation(value)
raise AttributeError("Unknown attribute " + name)
diff --git a/main/_modules/torch/backends/cudnn.html b/main/_modules/torch/backends/cudnn.html
index e1eb67b01ea..c943c1eb083 100644
--- a/main/_modules/torch/backends/cudnn.html
+++ b/main/_modules/torch/backends/cudnn.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/cusparselt.html b/main/_modules/torch/backends/cusparselt.html
index d22dd545e25..63a1b8a1d3e 100644
--- a/main/_modules/torch/backends/cusparselt.html
+++ b/main/_modules/torch/backends/cusparselt.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/mha.html b/main/_modules/torch/backends/mha.html
index 19d765a2481..739478b8854 100644
--- a/main/_modules/torch/backends/mha.html
+++ b/main/_modules/torch/backends/mha.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/mkl.html b/main/_modules/torch/backends/mkl.html
index 6de082af2df..ad1887f4d69 100644
--- a/main/_modules/torch/backends/mkl.html
+++ b/main/_modules/torch/backends/mkl.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/mkldnn.html b/main/_modules/torch/backends/mkldnn.html
index ae83092fe38..2bc80ca3f06 100644
--- a/main/_modules/torch/backends/mkldnn.html
+++ b/main/_modules/torch/backends/mkldnn.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/mps.html b/main/_modules/torch/backends/mps.html
index 5658ecb6c68..b742992a474 100644
--- a/main/_modules/torch/backends/mps.html
+++ b/main/_modules/torch/backends/mps.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/nnpack.html b/main/_modules/torch/backends/nnpack.html
index 2e415e6a8c0..a66974a60fe 100644
--- a/main/_modules/torch/backends/nnpack.html
+++ b/main/_modules/torch/backends/nnpack.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/openmp.html b/main/_modules/torch/backends/openmp.html
index 42272fa165d..da94624d9d2 100644
--- a/main/_modules/torch/backends/openmp.html
+++ b/main/_modules/torch/backends/openmp.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/backends/opt_einsum.html b/main/_modules/torch/backends/opt_einsum.html
index a3a0ff803b3..2129b5f5ba4 100644
--- a/main/_modules/torch/backends/opt_einsum.html
+++ b/main/_modules/torch/backends/opt_einsum.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/compiler.html b/main/_modules/torch/compiler.html
index e74eb2ecebb..61f4ece67f0 100644
--- a/main/_modules/torch/compiler.html
+++ b/main/_modules/torch/compiler.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cpu.html b/main/_modules/torch/cpu.html
index e030ef0cad2..ef9f794298d 100644
--- a/main/_modules/torch/cpu.html
+++ b/main/_modules/torch/cpu.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cpu/amp/autocast_mode.html b/main/_modules/torch/cpu/amp/autocast_mode.html
index fc0f79a5fca..9d6a038ca83 100644
--- a/main/_modules/torch/cpu/amp/autocast_mode.html
+++ b/main/_modules/torch/cpu/amp/autocast_mode.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cpu/amp/grad_scaler.html b/main/_modules/torch/cpu/amp/grad_scaler.html
index ab0cd37fae9..db837b275a8 100644
--- a/main/_modules/torch/cpu/amp/grad_scaler.html
+++ b/main/_modules/torch/cpu/amp/grad_scaler.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda.html b/main/_modules/torch/cuda.html
index 03141614d3c..a2dce8cac09 100644
--- a/main/_modules/torch/cuda.html
+++ b/main/_modules/torch/cuda.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/_sanitizer.html b/main/_modules/torch/cuda/_sanitizer.html
index 2abe2925bc4..5d82d34a407 100644
--- a/main/_modules/torch/cuda/_sanitizer.html
+++ b/main/_modules/torch/cuda/_sanitizer.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/amp/autocast_mode.html b/main/_modules/torch/cuda/amp/autocast_mode.html
index 371c6d80aca..fbd211a199a 100644
--- a/main/_modules/torch/cuda/amp/autocast_mode.html
+++ b/main/_modules/torch/cuda/amp/autocast_mode.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/amp/grad_scaler.html b/main/_modules/torch/cuda/amp/grad_scaler.html
index ba6682c6a43..0d274067fd4 100644
--- a/main/_modules/torch/cuda/amp/grad_scaler.html
+++ b/main/_modules/torch/cuda/amp/grad_scaler.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/graphs.html b/main/_modules/torch/cuda/graphs.html
index cd25f4e121a..83fdb2e1e7e 100644
--- a/main/_modules/torch/cuda/graphs.html
+++ b/main/_modules/torch/cuda/graphs.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/jiterator.html b/main/_modules/torch/cuda/jiterator.html
index ae3e398864c..34b13ed9624 100644
--- a/main/_modules/torch/cuda/jiterator.html
+++ b/main/_modules/torch/cuda/jiterator.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/memory.html b/main/_modules/torch/cuda/memory.html
index 4db6426ff81..1934475f7ab 100644
--- a/main/_modules/torch/cuda/memory.html
+++ b/main/_modules/torch/cuda/memory.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/nvtx.html b/main/_modules/torch/cuda/nvtx.html
index 124499279de..6bf416ae2be 100644
--- a/main/_modules/torch/cuda/nvtx.html
+++ b/main/_modules/torch/cuda/nvtx.html
@@ -299,7 +299,7 @@
diff --git a/main/_modules/torch/cuda/random.html b/main/_modules/torch/cuda/random.html
index 05038555b95..2fa4d7e0d16 100644
--- a/main/_modules/torch/cuda/random.html
+++ b/main/_modules/torch/cuda/random.html
@@ -299,7 +299,7 @@
-