Skip to content

Commit e360b1e

Browse files
committed
Use anonymous hyperlink references to get rid of duplication warning
1 parent 5a478c7 commit e360b1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/doc_sources/user_guides/environment_variables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Keep in mind :py:mod:`dpctl.get_composite_devices` will only work while this is
5858
* - ``FLAT``
5959
- Level Zero devices with multiple tiles will be exposed as a set of root devices, each corresponding to an individual tile. Enabled by default.
6060

61-
Read more about device hierarchy in `Level Zero Specification <https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/PROG.html#device-hierarchy>`_ and `Intel GPU article <https://www.intel.com/content/www/us/en/developer/articles/technical/flattening-gpu-tile-hierarchy.html>`_.
61+
Read more about device hierarchy in `Level Zero Specification <https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/PROG.html#device-hierarchy>`__ and `Intel GPU article <https://www.intel.com/content/www/us/en/developer/articles/technical/flattening-gpu-tile-hierarchy.html>`__.
6262

6363
Variable ``ZE_AFFINITY_MASK``
6464
-------------------------------
@@ -76,7 +76,7 @@ Therefore, we could use the second tile in each of four dual-tile GPUs with ``ZE
7676
| **If the exposed tiles belong to different physical devices:**
7777
| - A composite device is available for each physical device, and the tiles are accessible as component devices of their respective composite device.
7878
79-
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>`_.
79+
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>`__.
8080

8181
Variable ``ZE_ENABLE_PCI_ID_DEVICE_ORDER``
8282
------------------------------------------

0 commit comments

Comments
 (0)