From 0b96a3b749d2d587edab7f104a4570fae10e8bda Mon Sep 17 00:00:00 2001 From: Michal Babej <michal.babej@intel.com> Date: Sat, 23 Sep 2023 17:10:53 +0300 Subject: [PATCH] include/CL: restore additional cl_nv_device_attribute_query enums --- include/CL/cl_ext.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/CL/cl_ext.h b/include/CL/cl_ext.h index 1a48985e1..d6ca6982c 100644 --- a/include/CL/cl_ext.h +++ b/include/CL/cl_ext.h @@ -1077,6 +1077,12 @@ clCreateCommandQueueWithPropertiesKHR( #define CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV 0x4005 #define CL_DEVICE_INTEGRATED_MEMORY_NV 0x4006 +/* extension to cl_nv_device_attribute_query */ +#define CL_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT_NV 0x4007 +#define CL_DEVICE_PCI_BUS_ID_NV 0x4008 +#define CL_DEVICE_PCI_SLOT_ID_NV 0x4009 +#define CL_DEVICE_PCI_DOMAIN_ID_NV 0x400A + /*************************************************************** * cl_amd_device_attribute_query ***************************************************************/ -- GitLab