Skip to content

Commit 7d1bdc6

Browse files
committed
fix
1 parent a521271 commit 7d1bdc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ code.
4949

5050
You might ask: isn't giving performance engineers more control a bad thing? After all, they would have to choose which optimizations to apply for each and every kernel they encounter.
5151
We addresses this concern with Exo's Cursors mechanism, which allows users to define new scheduling operators directly in their code, external to the compiler.
52-
This enables the creation of reusable scheduling libraries that can amortize the effort of scheduling across many kernels.
52+
This enables "building up" reusable scheduling libraries that can amortize the effort of writing schedules across many kernels.
5353
By doing so, the total amount of scheduling code required can be reduced by orders of magnitude compared to optimizing each kernel one by one.
5454

5555
Another key part of exocompilation is that performance engineers can

0 commit comments

Comments
 (0)