File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,9 @@ The first process selects cslice #0 while the second selects cslice #1. This
264
264
does have the effect that each process is constrained to a single cslice (which
265
265
is not the {dpcpp} default). However, the actual cslice number is irrelevant.
266
266
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:
269
270
270
271
```
271
272
$ ONEAPI_DEVICE_SELECTOR=level_zero:0.1.0 ZEX_NUMBER_OF_CCS=0:2 ./foo
You can’t perform that action at this time.
0 commit comments