From 8a766804ad6ff14b1164fe922c6fe54c131bb02b Mon Sep 17 00:00:00 2001 From: Jacob He <60050902+jacobhess118@users.noreply.github.com> Date: Thu, 7 Jul 2022 06:56:16 -0700 Subject: [PATCH] Fix doc in testbed_gemm_with_broadcast (#559) --- test/unit/gemm/device/testbed_gemm_with_broadcast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/gemm/device/testbed_gemm_with_broadcast.h b/test/unit/gemm/device/testbed_gemm_with_broadcast.h index 4b1da065..242736ad 100644 --- a/test/unit/gemm/device/testbed_gemm_with_broadcast.h +++ b/test/unit/gemm/device/testbed_gemm_with_broadcast.h @@ -89,7 +89,7 @@ struct GemmWithBroadcastReferenceOp { // // Y = GEMM(AB, C) // -// T[i, j] = ReductionOp(Y[i, j], Broadcast[i]) +// T[i, j] = BinaryOp(Y[i, j], Broadcast[i]) // // Z[i, j] = Elementwise(T[i, j]) //