Skip to content

Commit b12d280

Browse files
[SYCL][Docs] Move sycl_ext_intel_event_mode to experimental (#18417)
This commit moves the sycl_ext_intel_event_mode extension to the experimental namespace and defines the corresponding feature test macro. --------- Signed-off-by: Larsen, Steffen <[email protected]>
1 parent ed57100 commit b12d280

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sycl/doc/extensions/proposed/sycl_ext_intel_event_mode.asciidoc renamed to sycl/doc/extensions/experimental/sycl_ext_intel_event_mode.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ This extension also depends on the following other SYCL extensions:
5252

5353
== Status
5454

55-
This is a proposed extension specification, intended to gather community
56-
feedback. Interfaces defined in this specification may not be implemented yet
57-
or may be in a preliminary state. The specification itself may also change in
58-
incompatible ways before it is finalized. *Shipping software products should
59-
not rely on APIs defined in this specification.*
55+
This is an experimental extension specification, intended to provide early
56+
access to features and gather community feedback. Interfaces defined in this
57+
specification are implemented in {dpcpp}, but they are not finalized and may
58+
change incompatibly in future versions of {dpcpp} without prior notice.
59+
*Shipping software products should not rely on APIs defined in this
60+
specification.*
6061

6162

6263
== Overview

sycl/source/feature_test.hpp.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ inline namespace _V1 {
120120
// In progress yet
121121
#define SYCL_EXT_ONEAPI_ATOMIC16 0
122122
#define SYCL_KHR_DEFAULT_CONTEXT 1
123+
#define SYCL_EXT_INTEL_EVENT_MODE 1
123124

124125
#ifndef __has_include
125126
#define __has_include(x) 0

0 commit comments

Comments
 (0)