get_num_groups
MISSING
(1) | |
(2) |
-
(deprecated (SYCL 1.2.1 revision 3 replaces nd_item::get_num_groups with nd_item::get_group_range.))
Returns the group range of the enqueued nd_range.
Returns: the value of the group range for all dimensions. -
(deprecated (SYCL 1.2.1 revision 3 replaces nd_item::get_num_groups with nd_item::get_group_range.))
Returns the group range of the enqueued nd_range for a specific dimension.
Parameters:-
int
dimension
: of the range to be returned. Must be in the range [0,2]
-