Skip to content

Commit 0588f7f

Browse files
committed
Apply comments
1 parent e3b9805 commit 0588f7f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

sycl/doc/developer/KHRExtensions.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ but at the same time avoid exposing incomplete and/or undocumented feature to
2727
end users just yet.
2828

2929
"in-progress" KHR extension term used above is defined as:
30-
- KHR extension proposed to Khronos Group which has not been published in a
31-
released revision of the SYCL specification (of any version).
30+
- PR proposing a KHR extension has not been merged/cherry-picked to `sycl-2020`
31+
branch of KhronosGroup/SYCL-Docs.
3232

33-
Note: merge of an extension proposal PR into KhronosGroup/SYCL-Docs repo is
34-
**not** considered to be a publishing event. The extension specification has
35-
to be available on the Khronos SYCL Registry website:
36-
https://registry.khronos.org/SYCL/
33+
That only happens after all formal processes on Khronos Group side are
34+
completed so an extension can be considered good and stable to be released by
35+
us.
3736

38-
- Published KHR extension, which hasn't been fully implemented by us
37+
Note: merge of an extension proposal PR into `main` branch of
38+
KhronosGroup/SYCL-Docs repo is **not** enough.
39+
- Published (i.e. the above bullet complete) KHR extension, which hasn't been
40+
fully implemented by us
3941

4042
The macro is **not** intended to be used by end users and its purpose is to
4143
simplify our development process by allowing us to merge implementation (full

0 commit comments

Comments
 (0)