You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ code.
49
49
50
50
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.
51
51
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.
53
53
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.
54
54
55
55
Another key part of exocompilation is that performance engineers can
0 commit comments