dpctl.SyclDevice.max_work_item_sizes

SyclDevice.max_work_item_sizes

Returns the maximum number of work-items that are permitted in each dimension of the work-group of the nd_range. The minimum value is (1; 1; 1) for devices that evaluate to False for has_aspect_custom.

Returns:

A three-tuple whose length depends on the number of work-group dimensions supported by the device.

Return type:

Tuple[int]

Deprecated since version 0.14: The property is deprecated use max_work_item_sizes3d instead.