Kernel - Extensions#
oneAPI Level Zero Specification - Version 1.18.31
Kernel - Extension Structures#
ze_kernel_max_group_size_properties_ext_t#
Added in version 1.5
-
struct ze_kernel_max_group_size_properties_ext_t#
Additional kernel max group size properties.
This structure may be passed to zeKernelGetProperties, via the
pNextmember of ze_kernel_properties_t, to query additional kernel max group size properties.
Public Members
-
ze_structure_type_t stype#
[in] type of this structure
-
void *pNext#
[in,out][optional] must be null or a pointer to an extension-specific structure (i.e. contains stype and pNext).
-
uint32_t maxGroupSize#
[out] maximum group size that can be used to execute the kernel. This value may be less than or equal to the
maxTotalGroupSizemember of ze_device_compute_properties_t.