Skip to content

Commit a10e2c7

Browse files
committed
added feature test macro SYCL_EXT_ONEAPI_QUEUE_PRIORITY
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 6d768a1 commit a10e2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/sycl/feature_test.hpp.in

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __SYCL_INLINE_VER_NAMESPACE(_V1) {
3737
#define SYCL_EXT_ONEAPI_ASSERT 1
3838
#define SYCL_EXT_ONEAPI_COMPLEX_ALGORITHMS 1
3939
#define SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS 1
40+
#define SYCL_EXT_ONEAPI_QUEUE_PRIORITY 1
4041
#define SYCL_EXT_ONEAPI_ENQUEUE_BARRIER 1
4142
#define SYCL_EXT_ONEAPI_FREE_FUNCTION_QUERIES 1
4243
#define SYCL_EXT_ONEAPI_GROUP_ALGORITHMS 1

0 commit comments

Comments
 (0)