Skip to content

Commit

Permalink
[SYCL][Doc] Editorial fixes to opencl kernel compiler spec (#11993)
Browse files Browse the repository at this point in the history
Fix some minor spec problems I noticed while preparing a larger change.
None of these affect the implementation.
  • Loading branch information
gmlueck authored Nov 27, 2023
1 parent 7a16884 commit fdfaadb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ https://github.com/intel/llvm/issues

== Dependencies

This extension is written against the SYCL 2020 revision 7 specification.
This extension is written against the SYCL 2020 revision 8 specification.
All references below to the "core SYCL specification" or to section numbers in
the SYCL specification refer to that revision.

This extension also depends on the following other SYCL extensions:

* link:../proposed/sycl_ext_oneapi_kernel_compiler.asciidoc[
* link:../experimental/sycl_ext_oneapi_kernel_compiler.asciidoc[
sycl_ext_oneapi_kernel_compiler]


Expand All @@ -60,7 +60,7 @@ this specification.*
== Overview

This is an extension to
link:../proposed/sycl_ext_oneapi_kernel_compiler.asciidoc[
link:../experimental/sycl_ext_oneapi_kernel_compiler.asciidoc[
sycl_ext_oneapi_kernel_compiler], which allows an application to define a
kernel in the OpenCL C language when dynamically compiling a kernel from
source.
Expand Down

0 comments on commit fdfaadb

Please sign in to comment.