From 6710e81f973a52aeae586f3ebc6c901296b8046a Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Thu, 27 Jun 2024 09:51:07 +0200 Subject: [PATCH] fix documentation --- operators/cuda/add_mul.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators/cuda/add_mul.h b/operators/cuda/add_mul.h index fd9f3397a..badac483e 100644 --- a/operators/cuda/add_mul.h +++ b/operators/cuda/add_mul.h @@ -190,7 +190,7 @@ struct AddAndMul { * A[1, J] + B[I, J] is supported, * A[1, J, 1] + B[I, J, K] is not supported, * -* If negative is true, then the output is transposed, then +* If negative is true, then * SubAndMul(A, B, C, negative=1) = (B - A) * C */ template