Skip to content

Commit c23cbcb

Browse files
committed
SyclSubdeviceCreationError -> SyclSubDeviceCreationError
1 parent 340ffa2 commit c23cbcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dpctl/_sycl_device.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ cdef class SyclDevice(_SyclDevice):
15481548
Created sub-devices.
15491549
15501550
Raises:
1551-
dpctl.SyclSubdeviceCreationError:
1551+
dpctl.SyclSubDeviceCreationError:
15521552
if sub-devices can not be created.
15531553
"""
15541554
cdef DPCTLDeviceVectorRef DVRef = NULL
@@ -1574,7 +1574,7 @@ cdef class SyclDevice(_SyclDevice):
15741574
Created sub-devices.
15751575
15761576
Raises:
1577-
dpctl.SyclSubdeviceCreationError:
1577+
dpctl.SyclSubDeviceCreationError:
15781578
if sub-devices can not be created.
15791579
"""
15801580
cdef int ncounts = len(counts)
@@ -1620,7 +1620,7 @@ cdef class SyclDevice(_SyclDevice):
16201620
Created sub-devices.
16211621
16221622
Raises:
1623-
dpctl.SyclSubdeviceCreationError:
1623+
dpctl.SyclSubDeviceCreationError:
16241624
if sub-devices can not be created.
16251625
"""
16261626
cdef DPCTLDeviceVectorRef DVRef = NULL
@@ -1690,7 +1690,7 @@ cdef class SyclDevice(_SyclDevice):
16901690
If the ``partition`` keyword argument is not specified or
16911691
the affinity domain string is not legal or is not one of the
16921692
three supported options.
1693-
dpctl.SyclSubdeviceCreationError:
1693+
dpctl.SyclSubDeviceCreationError:
16941694
If sub-devices can not be created.
16951695
"""
16961696
if "partition" not in kwargs:

0 commit comments

Comments
 (0)