Skip to content

Commit 6d7448a

Browse files
committed
Suggesting from Jaime
1 parent 81b6ea1 commit 6d7448a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/doc/extensions/proposed/sycl_ext_intel_cslice.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ The first process selects cslice #0 while the second selects cslice #1. This
264264
does have the effect that each process is constrained to a single cslice (which
265265
is not the {dpcpp} default). However, the actual cslice number is irrelevant.
266266
Because of cslice virtualization, the device driver will choose some available
267-
cslice for each process, ignoring the value requested in the environment
268-
variable. As a result, the following example has exactly the same effect:
267+
cslice for each process instead of honoring the value requested in the
268+
environment variable. As a result, the following example has exactly the same
269+
effect:
269270

270271
```
271272
$ ONEAPI_DEVICE_SELECTOR=level_zero:0.1.0 ZEX_NUMBER_OF_CCS=0:2 ./foo

0 commit comments

Comments
 (0)