Skip to content

Commit b19b48a

Browse files
authored
Typo in MPSMatrixMultiplication comment (#622)
1 parent 9a7dd1e commit b19b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mps/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ end
135135
matmul!(a::MtlMatrix, b::MtlMatrix, c::MtlMatrix, alpha=1, beta=1,
136136
transpose_left=false, transpose_right=false)
137137
A `MPSMatrixMultiplication` kernel that computes:
138-
`c = alpha * op(a) * beta * op(b) + beta * C`
138+
`c = alpha * op(a) * op(b) + beta * C`
139139
140140
This function should not typically be used. Rather, use the normal `LinearAlgebra` interface
141141
with any `MtlArray` and it should be accelerated using Metal Performance Shaders.

0 commit comments

Comments
 (0)