Skip to content

Commit 635ccb7

Browse files
committed
better wording
1 parent 132c392 commit 635ccb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Downstream applications for Cassette include automatic differentiation, interval
1818

1919
## Contextual Dispatch
2020

21-
On top of its JIT pass-injection mechanism, Cassette implements a new form of dispatch, dubbed **contextual dispatch**. Contextual dispatch allows users to define context-specific behaviors on top of (or in place of) existing Julia methods using Julia's existing multiple dispatch semantics.
21+
On top of its JIT pass-injection mechanism, Cassette implements a new form of dispatch, dubbed **contextual dispatch**. Contextual dispatch leverages Julia's existing multiple dispatch semantics to enable new behaviors to be defined on top of (or in place of) methods called within a specific execution context.
2222

2323
Here's a simple example that uses Cassette to implement a naive form of GPU "transpilation":
2424

0 commit comments

Comments
 (0)