Skip to content

Commit

Permalink
Add mention of reserved include paths
Browse files Browse the repository at this point in the history
Mention  sycl/ext/ and sycl/backend/ include paths under include files
section.
  • Loading branch information
AerialMantis committed Apr 19, 2024
1 parent 3f606b6 commit ae2ee82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/header-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ another header file:
which can be used in place of ``sycl/sycl.hpp``, providing all of the same SYCL
programming API, though it is recommended to use ``sycl/sycl.hpp``.

Extension headers are available in ``sycl/ext/`` include paths and backend-
specific headers are available in ``sycl/backend/`` include paths.

.. seealso:: |SYCL_SPEC_HEADER_FILES|

0 comments on commit ae2ee82

Please sign in to comment.