dpctl.SyclDevice.max_work_item_sizes3d¶
- SyclDevice.max_work_item_sizes3d¶
Returns the maximum number of work-items that are permitted in each dimension of the work-group of the
sycl::nd_range<3>
. The minimum value is(1, 1, 1,)
for devices that evaluate toFalse
forhas_aspect_custom
.- Returns:
A three-tuple with the maximum allowed value for each dimension of a 3D range used to enqueue a kernel on the device.
- Return type:
Tuple[int]