Skip to content

Commit ffb5d6b

Browse files
authored
[SYCL] Update SYCL_EXT_INTEL_DEVICE_INFO macro value (#19012)
1 parent c72f681 commit ffb5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/feature_test.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inline namespace _V1 {
2929
// Feature test macro definitions
3030

3131
// TODO: Move these feature-test macros to compiler driver.
32-
#define SYCL_EXT_INTEL_DEVICE_INFO 6
32+
#define SYCL_EXT_INTEL_DEVICE_INFO 7
3333
#define SYCL_EXT_ONEAPI_DEVICE_ARCHITECTURE 1
3434
#define SYCL_EXT_ONEAPI_SUB_GROUP_MASK 2
3535
#define SYCL_EXT_ONEAPI_LOCAL_MEMORY 1

0 commit comments

Comments
 (0)