Skip to content

Commit

Permalink
Reword and move dispatch around (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato authored Nov 20, 2024
1 parent 3da8a6a commit 7dbd06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-11-21-optimizing-matrix-mul/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ examples.

#### Dispatching workgroups

Each workgroup, since its only one thread (`#[spirv(compute(threads(1)))]`), processes
Each workgroup, since it's only one thread (`#[spirv(compute(threads(1)))]`), processes
one `result[i, j]`.

To calculate the full matrix, we need to launch as many entries as there are in the
Expand Down

0 comments on commit 7dbd06a

Please sign in to comment.