We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da8a6a commit 7dbd06aCopy full SHA for 7dbd06a
blog/2024-11-21-optimizing-matrix-mul/index.md
@@ -177,7 +177,7 @@ examples.
177
178
#### Dispatching workgroups
179
180
-Each workgroup, since it’s only one thread (`#[spirv(compute(threads(1)))]`), processes
+Each workgroup, since it's only one thread (`#[spirv(compute(threads(1)))]`), processes
181
one `result[i, j]`.
182
183
To calculate the full matrix, we need to launch as many entries as there are in the
0 commit comments