Skip to content

Commit ce80a3f

Browse files
committed
formatted
1 parent 7d80fa8 commit ce80a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numojo/math/linalg/matmul.mojo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ fn matmul_parallelized[
6464
"""Conduct `matmul` using `vectorize` and `parallelize`.
6565
6666
Reference: https://docs.modular.com/mojo/notebooks/Matmul
67-
Compared to the reference, this function increases the size of
68-
the SIMD vector from the default width to 16. The purpose is to
67+
Compared to the reference, this function increases the size of
68+
the SIMD vector from the default width to 16. The purpose is to
6969
increase the performance via SIMD.
7070
The function reduces the execution time by ~50 percent compared to
7171
matmul_parallelized and matmul_tiled_unrolled_parallelized for large

0 commit comments

Comments
 (0)