update headers for cl_khr_integer_dot_product (#170)

This commit is contained in:
Ben Ashbaugh 2021-06-22 07:25:56 -07:00 committed by GitHub
parent 1d3dc4e756
commit 1bb9ec797d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -734,6 +734,21 @@ clGetKernelSuggestedLocalWorkSizeKHR_fn)(
size_t* suggested_local_work_size) CL_API_SUFFIX__VERSION_3_0;
/***************************************************************
* cl_khr_integer_dot_product
***************************************************************/
#define cl_khr_integer_dot_product 1
typedef cl_bitfield cl_device_integer_dot_product_capabilities_khr;
/* cl_device_integer_dot_product_capabilities_khr */
#define CL_DEVICE_INTEGER_DOT_PRODUCT_INPUT_4x8BIT_PACKED_KHR (1 << 0)
#define CL_DEVICE_INTEGER_DOT_PRODUCT_INPUT_4x8BIT_KHR (1 << 1)
/* cl_device_info */
#define CL_DEVICE_INTEGER_DOT_PRODUCT_CAPABILITIES_KHR 0x1073
/**********************************
* cl_arm_import_memory extension *
**********************************/