Skip to content

Commit 613ed55

Browse files
committed
[SYCL][DOC] Enable SYCL_EXT_ONEAPI_PROPERTIES extension
These changes adds the definition of the SYCL_EXT_ONEAPI_PROPERTIES feature macro and moves the corresponding proposal to experimental support. Signed-off-by: Steffen Larsen <[email protected]>
1 parent 2f5e990 commit 613ed55

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

sycl/include/CL/sycl/feature_test.hpp.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ namespace sycl {
5353
#define SYCL_EXT_ONEAPI_USE_PINNED_HOST_MEMORY_PROPERTY 1
5454
#define SYCL_EXT_ONEAPI_SRGB 1
5555
#define SYCL_EXT_ONEAPI_SUB_GROUP 1
56+
#define SYCL_EXT_ONEAPI_PROPERTIES 1
5657
#define SYCL_EXT_INTEL_BF16_CONVERSION 1
5758
#define SYCL_EXT_INTEL_DATAFLOW_PIPES 1
5859
#ifdef __clang__

0 commit comments

Comments
 (0)