Skip to content

Commit 2cea22c

Browse files
committed
Fix typo
1 parent 44fa0b1 commit 2cea22c

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,8 @@ Testing the kernel in isolation is useful, but it does not reflect how the GPU e
414414
it with multiple invocations across workgroups and dispatches. To test the kernel
415415
end-to-end, I needed a test harness that simulated this behavior on the CPU.
416416

417-
Building the harness was straightforward due to due to Rust. By enforcing the
418-
same invariants as the GPU I could validate the kernel under the same conditions the GPU
419-
would run it:
417+
Building the harness was straightforward due to Rust. By enforcing the same invariants
418+
as the GPU I could validate the kernel under the same conditions the GPU would run it:
420419

421420
import { RustCpuBackendHarness } from './snippets/party.tsx';
422421

0 commit comments

Comments
 (0)