Skip to content

Commit

Permalink
Updated Khronos headers to v2021.06.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Aug 17, 2021
1 parent 0260035 commit bba38a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions khronos-headers/CL/cl_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
**********************************/
Expand Down

0 comments on commit bba38a7

Please sign in to comment.