Skip to content
Snippets Groups Projects
Commit 0b96a3b7 authored by Michal Babej's avatar Michal Babej
Browse files

include/CL: restore additional cl_nv_device_attribute_query enums

parent 50bf6864
No related branches found
No related tags found
No related merge requests found
...@@ -1077,6 +1077,12 @@ clCreateCommandQueueWithPropertiesKHR( ...@@ -1077,6 +1077,12 @@ clCreateCommandQueueWithPropertiesKHR(
#define CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV 0x4005 #define CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV 0x4005
#define CL_DEVICE_INTEGRATED_MEMORY_NV 0x4006 #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 * cl_amd_device_attribute_query
***************************************************************/ ***************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment