File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ cdef class SyclDevice(_SyclDevice):
929
929
:py:attr:`~has_aspect_custom`.
930
930
931
931
Returns:
932
- Tuple[int, ]:
932
+ Tuple[int]:
933
933
A one-tuple with the maximum allowed value for a 1D range
934
934
used to enqueue a kernel on the device.
935
935
"""
@@ -994,7 +994,7 @@ cdef class SyclDevice(_SyclDevice):
994
994
Returns:
995
995
Tuple[int]:
996
996
A three-tuple whose length depends on the number of
997
- workgroup dimensions supported by the device.
997
+ work-group dimensions supported by the device.
998
998
999
999
.. deprecated:: 0.14
1000
1000
The property is deprecated use :py:attr:`~max_work_item_sizes3d`
@@ -1032,7 +1032,7 @@ cdef class SyclDevice(_SyclDevice):
1032
1032
1033
1033
Returns:
1034
1034
int:
1035
- The maximum supported work group size.
1035
+ The maximum supported work- group size.
1036
1036
"""
1037
1037
cdef uint32_t max_work_group_size = 0
1038
1038
max_work_group_size = DPCTLDevice_GetMaxWorkGroupSize(self ._device_ref)
You can’t perform that action at this time.
0 commit comments