diff --git a/main/_images/RReLU.png b/main/_images/RReLU.png index c3507189a422..c5c093b99d28 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 f37060da62c8..a8c69fefa9e7 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 e1eb67b01ea3..c943c1eb083c 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 d22dd545e25a..63a1b8a1d3ef 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 19d765a2481d..739478b88549 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 6de082af2df7..ad1887f4d691 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 ae83092fe387..2bc80ca3f069 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 5658ecb6c688..b742992a4742 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 2e415e6a8c0f..a66974a60fe3 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 42272fa165d8..da94624d9d29 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 a3a0ff803b3b..2129b5f5ba40 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 e74eb2ecebb0..61f4ece67f0f 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 e030ef0cad2d..ef9f794298d1 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 fc0f79a5fcaa..9d6a038ca833 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 ab0cd37fae92..db837b275a8b 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 03141614d3c8..a2dce8cac090 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 2abe2925bc46..5d82d34a4073 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 371c6d80acac..fbd211a199ac 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 ba6682c6a430..0d274067fd4b 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 cd25f4e121a6..83fdb2e1e7e2 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 ae3e398864cf..34b13ed9624f 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 4db6426ff81c..1934475f7ab2 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 124499279de0..6bf416ae2be4 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 05038555b95d..2fa4d7e0d160 100644
--- a/main/_modules/torch/cuda/random.html
+++ b/main/_modules/torch/cuda/random.html
@@ -299,7 +299,7 @@
-