Skip to content

Commit 11a4e03

Browse files
committed
Adress more PR feedback
Signed-off-by: Lukas Sommer <[email protected]>
1 parent d890d17 commit 11a4e03

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sycl/doc/extensions/experimental/sycl_ext_codeplay_kernel_fusion.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ not rely on APIs defined in this specification.*
5151
[NOTE]
5252
====
5353
There is a link:../proposed/sycl_ext_oneapi_graph_fusion.asciidoc[follow-up
54-
proposal] for fusion based on the SYCL graph API. That proposal continues some
55-
of the ideas presented in this proposal, but uses the more versatile SYCL graphs
56-
API to define the sequence of kernels to execute.
54+
proposal] for fusion based on the https://github.com/intel/llvm/pull/5626[SYCL
55+
graph API]. That proposal continues some of the ideas presented in this
56+
proposal, but uses the more versatile SYCL graphs API to define the sequence of
57+
kernels to execute.
5758
5859
Once accepted and implemented, the new proposal will supersede this proposal.
5960
====

sycl/doc/extensions/proposed/sycl_ext_oneapi_graph_fusion.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and expose additional optimization opportunities.
6363

6464
One of those further optimizations enabled by the graphs proposal is _kernel
6565
fusion_. Fusing two or more kernels executing on the same device into a single
66-
kernel launch can further reduce runtime overhead and enable futher kernel
66+
kernel launch can further reduce runtime overhead and enable further kernel
6767
optimizations such as dataflow internalization discussed below.
6868

6969
This proposal is a continuation of many of the ideas of the initial

0 commit comments

Comments
 (0)