Skip to content

Commit 5a478c7

Browse files
committed
Match each underline to its title's source-line length
1 parent 58ac021 commit 5a478c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/doc_sources/api_reference/dpctl_capi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ API for :c:struct:`PySyclKernelObject`
177177
178178
179179
API for :c:struct:`PySyclKernelBundleObject`
180-
---------------------------------------
180+
--------------------------------------------
181181
182182
.. c:function:: DPCTLSyclKernelBundleRef SyclKernelBundle_GetKernelBundleRef(struct PySyclKernelBundleObject *prog)
183183

docs/doc_sources/user_guides/environment_variables.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The value of the variable is a bit-mask, with the following supported values:
4242
.. _env_var_ze_flat_device_hierarchy:
4343

4444
Variable ``ZE_FLAT_DEVICE_HIERARCHY``
45-
--------------------------
45+
-------------------------------------
4646
Allows users to define the device hierarchy model exposed by Level Zero driver implementation.
4747
Keep in mind :py:mod:`dpctl.get_composite_devices` will only work while this is set to ``COMBINED``.
4848

@@ -79,7 +79,7 @@ Therefore, we could use the second tile in each of four dual-tile GPUs with ``ZE
7979
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``
82-
-------------------------------
82+
------------------------------------------
8383
Forces driver to report devices from lowest to highest PCI bus ID.
8484

8585
.. list-table::
@@ -93,7 +93,7 @@ Forces driver to report devices from lowest to highest PCI bus ID.
9393
- Enabled.
9494

9595
Variable ``ZE_SHARED_FORCE_DEVICE_ALLOC``
96-
-------------------------------
96+
-----------------------------------------
9797
Forces all shared allocations into device memory
9898

9999
.. list-table::

0 commit comments

Comments
 (0)