File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sycl/include/CL/sycl/detail Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ typedef enum {
294
294
CL_DEVICE_CROSS_DEVICE_SHARED_MEM_CAPABILITIES_INTEL,
295
295
PI_DEVICE_INFO_USM_SYSTEM_SHARED_SUPPORT =
296
296
CL_DEVICE_SHARED_SYSTEM_MEM_CAPABILITIES_INTEL,
297
- PI_DEVICE_INFO_BACKEND_VERSION = 0x1f000 ,
298
297
// Intel UUID extension.
299
298
PI_DEVICE_INFO_UUID = CL_DEVICE_UUID_KHR,
300
299
// These are Intel-specific extensions.
@@ -312,6 +311,7 @@ typedef enum {
312
311
PI_DEVICE_INFO_ATOMIC_MEMORY_ORDER_CAPABILITIES = 0x10111 ,
313
312
PI_DEVICE_INFO_ATOMIC_MEMORY_SCOPE_CAPABILITIES = 0x11000 ,
314
313
PI_DEVICE_INFO_GPU_HW_THREADS_PER_EU = 0x10112 ,
314
+ PI_DEVICE_INFO_BACKEND_VERSION = 0x10113 ,
315
315
PI_EXT_ONEAPI_DEVICE_INFO_MAX_GLOBAL_WORK_GROUPS = 0x20000 ,
316
316
PI_EXT_ONEAPI_DEVICE_INFO_MAX_WORK_GROUPS_1D = 0x20001 ,
317
317
PI_EXT_ONEAPI_DEVICE_INFO_MAX_WORK_GROUPS_2D = 0x20002 ,
You can’t perform that action at this time.
0 commit comments