mirror of
https://gitee.com/openharmony/third_party_opencl-headers
synced 2024-11-27 01:00:42 +00:00
update headers for cl_khr_integer_dot_product (#170)
This commit is contained in:
parent
1d3dc4e756
commit
1bb9ec797d
15
CL/cl_ext.h
15
CL/cl_ext.h
@ -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 *
|
||||
**********************************/
|
||||
|
Loading…
Reference in New Issue
Block a user