Skip to content

Commit

Permalink
Fix typo (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato authored Nov 24, 2024
1 parent 44fa0b1 commit 1a7e1d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blog/2024-11-21-optimizing-matrix-mul/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,8 @@ Testing the kernel in isolation is useful, but it does not reflect how the GPU e
it with multiple invocations across workgroups and dispatches. To test the kernel
end-to-end, I needed a test harness that simulated this behavior on the CPU.

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

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

Expand Down

0 comments on commit 1a7e1d2

Please sign in to comment.