Fix doc in testbed_gemm_with_broadcast (#559)
This commit is contained in:
@ -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])
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user