Skip to content

Commit de2e6bf

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2137
1 parent 61c24c4 commit de2e6bf

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

pulls/2137/_sources/user_guides/environment_variables.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ If the system has four dual-tile GPUs installed, this would be the second tile i
8888
Therefore, we could use the second tile in each of four dual-tile GPUs with ``ZE_AFFINITY_MASK=1,3,5,7``.
8989

9090
If we have ``ZE_FLAT_DEVICE_HIERARCHY`` set to ``COMBINED``, the way tiles and composite devices are exposed depends on the physical devices present and the value of ``ZE_AFFINITY_MASK``:
91-
**If all exposed tiles (as determined by ``ZE_AFFINITY_MASK``) belong to the same physical device:**
92-
- That composite device is available to the application, and each tile is accessible as a component device of that composite device.
91+
| **If all exposed tiles (as determined by ``ZE_AFFINITY_MASK``) belong to the same physical device:**
92+
| - That composite device is available to the application, and each tile is accessible as a component device of that composite device.
9393
94-
**If the exposed tiles belong to different physical devices:**
95-
- A composite device is available for each physical device, and the tiles are accessible as component devices of their respective composite device.
94+
| **If the exposed tiles belong to different physical devices:**
95+
| - A composite device is available for each physical device, and the tiles are accessible as component devices of their respective composite device.
9696
9797
Additional examples to illustrate this are in the detailed documentation for ``ZE_AFFINITY_MASK``, read more about it in `Level Zero Specification <https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/PROG.html#affinity-mask>`_.
9898

pulls/2137/objects.inv

0 Bytes
Binary file not shown.

pulls/2137/user_guides/environment_variables.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -887,10 +887,12 @@ <h2>Variable <code class="docutils literal notranslate"><span class="pre">ZE_AFF
887887
If the system has four dual-tile GPUs installed, this would be the second tile in the first GPU. In <code class="docutils literal notranslate"><span class="pre">FLAT</span></code> mode, the numbers use a system-wide-sub-device-number from a flat numbering perspective.
888888
Therefore, we could use the second tile in each of four dual-tile GPUs with <code class="docutils literal notranslate"><span class="pre">ZE_AFFINITY_MASK=1,3,5,7</span></code>.</p>
889889
<p>If we have <code class="docutils literal notranslate"><span class="pre">ZE_FLAT_DEVICE_HIERARCHY</span></code> set to <code class="docutils literal notranslate"><span class="pre">COMBINED</span></code>, the way tiles and composite devices are exposed depends on the physical devices present and the value of <code class="docutils literal notranslate"><span class="pre">ZE_AFFINITY_MASK</span></code>:
890-
<strong>If all exposed tiles (as determined by ``ZE_AFFINITY_MASK``) belong to the same physical device:</strong>
891-
- That composite device is available to the application, and each tile is accessible as a component device of that composite device.</p>
892-
<p><strong>If the exposed tiles belong to different physical devices:</strong>
893-
- A composite device is available for each physical device, and the tiles are accessible as component devices of their respective composite device.</p>
890+
| <strong>If all exposed tiles (as determined by ``ZE_AFFINITY_MASK``) belong to the same physical device:</strong>
891+
| - That composite device is available to the application, and each tile is accessible as a component device of that composite device.</p>
892+
<div class="line-block">
893+
<div class="line"><strong>If the exposed tiles belong to different physical devices:</strong></div>
894+
<div class="line">- A composite device is available for each physical device, and the tiles are accessible as component devices of their respective composite device.</div>
895+
</div>
894896
<p>Additional examples to illustrate this are in the detailed documentation for <code class="docutils literal notranslate"><span class="pre">ZE_AFFINITY_MASK</span></code>, read more about it in <a class="reference external" href="https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/PROG.html#affinity-mask">Level Zero Specification</a>.</p>
895897
</section>
896898
<section id="variable-ze-enable-pci-id-device-order">

0 commit comments

Comments
 (0)