Skip to content

Commit 94d4079

Browse files
Corrected Equal Partition to Count Partitioning
1 parent db5fd7a commit 94d4079

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docfiles/user_guides/manual/dpctl/devices.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ sub-devices. The requested partitioning scheme is indicated with use of the
109109
required ``partition`` keyword. Several types of partitioning schemes are
110110
available:
111111

112-
* **Equal partitioning**
112+
* **Count partitioning**
113113
The partitioning scheme is specified as a list of positive integers
114114
indicating a partitioning with each sub-device having the requested number
115-
of parallel compute units.
115+
of parallel compute units, or as a single positive integer indicating
116+
equal-counts partition.
116117

117118
* **Affinity partitioning**
118119
The partitioning scheme is specified as a string indicating an affinity

0 commit comments

Comments
 (0)