File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1548,7 +1548,7 @@ cdef class SyclDevice(_SyclDevice):
1548
1548
Created sub-devices.
1549
1549
1550
1550
Raises:
1551
- dpctl.SyclSubdeviceCreationError :
1551
+ dpctl.SyclSubDeviceCreationError :
1552
1552
if sub-devices can not be created.
1553
1553
"""
1554
1554
cdef DPCTLDeviceVectorRef DVRef = NULL
@@ -1574,7 +1574,7 @@ cdef class SyclDevice(_SyclDevice):
1574
1574
Created sub-devices.
1575
1575
1576
1576
Raises:
1577
- dpctl.SyclSubdeviceCreationError :
1577
+ dpctl.SyclSubDeviceCreationError :
1578
1578
if sub-devices can not be created.
1579
1579
"""
1580
1580
cdef int ncounts = len (counts)
@@ -1620,7 +1620,7 @@ cdef class SyclDevice(_SyclDevice):
1620
1620
Created sub-devices.
1621
1621
1622
1622
Raises:
1623
- dpctl.SyclSubdeviceCreationError :
1623
+ dpctl.SyclSubDeviceCreationError :
1624
1624
if sub-devices can not be created.
1625
1625
"""
1626
1626
cdef DPCTLDeviceVectorRef DVRef = NULL
@@ -1690,7 +1690,7 @@ cdef class SyclDevice(_SyclDevice):
1690
1690
If the ``partition`` keyword argument is not specified or
1691
1691
the affinity domain string is not legal or is not one of the
1692
1692
three supported options.
1693
- dpctl.SyclSubdeviceCreationError :
1693
+ dpctl.SyclSubDeviceCreationError :
1694
1694
If sub-devices can not be created.
1695
1695
"""
1696
1696
if " partition" not in kwargs:
You can’t perform that action at this time.
0 commit comments