Skip to content

Commit d22ae3e

Browse files
authored
[SYCL][Doc] Linked extension process readme from dpcpp readme. (#12332)
This small addition signposts interested users to instructions on adding DPC++ extensions. It was motivated by #12251 (comment) When looking into the logic of the docs, I found there was no signposting from the initial repo readme to tell contributors how to propose their own extensions. There have been some important third-party contributions to dpc++ and in the future it is possible such contributions could include proposing new oneapi extensions. Signed-off-by: JackAKirk <[email protected]>
1 parent d1effcc commit d22ae3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/doc/developer/ContributeToDPCPP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ All changes made to the DPC++ compiler and runtime library should generally
1010
preserve existing ABI/API and contributors should avoid making incompatible
1111
changes. One of the exceptions is experimental APIs, clearly marked so by
1212
namespace or related specification.
13+
If you wish to propose a new experimental DPC++ extension then read
14+
[README-process.md](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/README-process.md).
1315

1416
Another exceptional case is the transition from SYCL 1.2.1 to SYCL 2020
1517
standard.

0 commit comments

Comments
 (0)