Skip to content

Commit 6fb1cf8

Browse files
joppermPennycook
andauthored
Update sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc
Co-authored-by: John Pennycook <[email protected]>
1 parent 5e8c441 commit 6fb1cf8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,10 @@ whose _Name_ is `foo/bar.h`.
363363
If such an entry is found, the compiler uses the associated _Content_ as the
364364
content of the include file.
365365

366-
Note that not every file referenced in an `#include` statement must be added
367-
manually to this property: The compiler automatically considers headers from the
368-
currrent working directory and any explicitly added include path. A set of
369-
standard headers (e.g., `sycl/sycl.hpp`) are implicitly available as well.
370-
Include file handling is described in more detail below in the section
371-
"Including files when the language is ``sycl``".
366+
_Note_: This property is only required if an `#include` statement references a
367+
file that is not already implicitly available.
368+
For more information about implicitly available headers, see the section
369+
"Including files when the language is ``sycl``".{endnote}
372370

373371
_Effects (1):_ Creates a new `include_files` property with no (_Name_,
374372
_Content_) pairs.

0 commit comments

Comments
 (0)