Skip to content

Commit 5e46dcc

Browse files
committed
address review comments #1
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 7b8e5e8 commit 5e46dcc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sycl/doc/MultiTileCardWithLevelZero.md

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If there are multiple GPUs in a system then they will be seen as multiple differ
3131
On Linux these would be multiple SYCL root-devices of the same SYCL platform (representing Level-Zero driver).
3232
On Windows these would appear as root-devices of multiple different SYCL platforms (Level-Zero drivers).
3333

34-
`CreateMultipleRootDevices=N` evironment variable can be used to emulate multiple GPU cards.
34+
`CreateMultipleRootDevices=N NEOReadDebugKeys=1` evironment variables can be used to emulate multiple GPU cards.
3535

3636
### 1.2 Sub-devices
3737

@@ -52,7 +52,7 @@ To control what sub-devices are exposed by Level-Zero UMD one can use ZE_AFFINIT
5252
NOTE: The `partition_by_affinity_domain` is the only partitioning supported for Intel GPU.
5353
Similar `next_partitionable` and `numa` are the only partitioning properties supported (both doing the same thing).
5454

55-
`CreateMultipleSubDevices=N` environment variable can be used to emulate multiple tiles of a GPU.
55+
`CreateMultipleSubDevices=N NEOReadDebugKeys=1` environment variables can be used to emulate multiple tiles of a GPU.
5656

5757
## 2 Context
5858

sycl/doc/index.rst

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ Developing oneAPI DPC++ Compiler
3434
LinkedAllocations
3535
Assert
3636
SharedLibraries
37+
MultiTileCardWithLevelZero
3738

0 commit comments

Comments
 (0)