Skip to content

Commit 7dbd06a

Browse files
authored
Reword and move dispatch around (#27)
1 parent 3da8a6a commit 7dbd06a

File tree

1 file changed

+1
-1
lines changed
  • blog/2024-11-21-optimizing-matrix-mul

1 file changed

+1
-1
lines changed

blog/2024-11-21-optimizing-matrix-mul/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ examples.
177177

178178
#### Dispatching workgroups
179179

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

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

0 commit comments

Comments
 (0)