File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ If there are multiple GPUs in a system then they will be seen as multiple differ
31
31
On Linux these would be multiple SYCL root-devices of the same SYCL platform (representing Level-Zero driver).
32
32
On Windows these would appear as root-devices of multiple different SYCL platforms (Level-Zero drivers).
33
33
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.
35
35
36
36
### 1.2 Sub-devices
37
37
@@ -52,7 +52,7 @@ To control what sub-devices are exposed by Level-Zero UMD one can use ZE_AFFINIT
52
52
NOTE: The ` partition_by_affinity_domain ` is the only partitioning supported for Intel GPU.
53
53
Similar ` next_partitionable ` and ` numa ` are the only partitioning properties supported (both doing the same thing).
54
54
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.
56
56
57
57
## 2 Context
58
58
Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ Developing oneAPI DPC++ Compiler
34
34
LinkedAllocations
35
35
Assert
36
36
SharedLibraries
37
+ MultiTileCardWithLevelZero
37
38
You can’t perform that action at this time.
0 commit comments