Skip to content

Commit

Permalink
Fix doc in testbed_gemm_with_broadcast (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhess118 authored Jul 7, 2022
1 parent 1eb6355 commit 8a76680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/gemm/device/testbed_gemm_with_broadcast.h
Original file line number Diff line number Diff line change
Expand Up @@ -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])
//
Expand Down

0 comments on commit 8a76680

Please sign in to comment.