Skip to content

Commit c3d6fc3

Browse files
committed
fixup! Add integration section
1 parent 3af7b78 commit c3d6fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/GPUPipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For example, having to deal with 'logical' tenors for OneDNN imposes constraints
4444

4545
The choice of runtime interface defines how much additional logic should reside in the pipeline. For managed devices (such as a GPU) there are two distinct options:
4646
1. The compiler only emits a binary for the target device.
47-
2. The compiler emits a binary and a lauch stub that interacts with an appropriate runtime.
47+
2. The compiler emits a binary and a launch stub that interacts with an appropriate runtime.
4848
The latter provides more context, and thus, potentially more opportunities for optimization. The former gives more control to the user and simplifies the pipeline.
4949

5050
### The path of least resistance

0 commit comments

Comments
 (0)