Skip to content

Commit

Permalink
Fix small typo in gemm_strided comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelEzquerra committed May 12, 2024
1 parent ab284a9 commit f33e92e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ proc gemm_strided*[T: SomeNumber and not(uint32|uint64|uint|int)](
# TODO: elementwise epilogue fusion like relu/tanh/sigmoid
# TODO: shortcut for small gemm

# Create a view to abstract deling with strides
# Create a view to abstract dealing with strides
# and passing those in each proc
let vA = A.toMatrixView(rowStrideA, colStrideA)
let vB = B.toMatrixView(rowStrideB, colStrideB)
Expand Down

0 comments on commit f33e92e

Please sign in to comment.