Skip to content

Commit f4ffe09

Browse files
authored
Add definitions for cl_arm_scheduling_controls v0.4.0 & v0.5.0 (#180)
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent 0af4767 commit f4ffe09

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

include/CL/opencl.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,12 +1597,24 @@ CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SCHEDULING_CONTROLS_CAPAB
15971597
#ifdef CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM
15981598
CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM, vector<cl_uint>)
15991599
#endif
1600+
#ifdef CL_DEVICE_MAX_WARP_COUNT_ARM
1601+
CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_MAX_WARP_COUNT_ARM, cl_uint)
1602+
#endif
1603+
#ifdef CL_KERNEL_MAX_WARP_COUNT_ARM
1604+
CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_info, CL_KERNEL_MAX_WARP_COUNT_ARM, cl_uint)
1605+
#endif
16001606
#ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM
16011607
CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM, cl_uint)
16021608
#endif
16031609
#ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM
16041610
CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM, cl_int)
16051611
#endif
1612+
#ifdef CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM
1613+
CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM, cl_uint)
1614+
#endif
1615+
#ifdef CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM
1616+
CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM, cl_uint)
1617+
#endif
16061618

16071619
#ifdef CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV
16081620
CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV, cl_uint)

0 commit comments

Comments
 (0)