Skip to content

Commit 7964f3f

Browse files
authored
Merge pull request #2387 from igchor/fix_typo
[Doc] fix typo in LEVEL_ZERO.rst
2 parents efb6478 + 4c1b6b4 commit 7964f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/LEVEL_ZERO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Environment Variables
2828
| UR_L0_USE_RELAXED_ALLOCATION_LIMITS | Controls the use of relaxed allocation limits. | "0": Relaxed allocation limits are not used. | "0" |
2929
| | | "1": Relaxed allocation limits are used. | |
3030
+---------------------------------------------+--------------------------------------------------------------+--------------------------------------------------------------+------------------+
31-
| UR_L0_USE_DRIVER_IN_ORDER_LISTS | Controls the use of in-order lists from the driver. | "0": In-order lists from the driver are not used. | "0" |
31+
| UR_L0_USE_DRIVER_INORDER_LISTS | Controls the use of in-order lists from the driver. | "0": In-order lists from the driver are not used. | "0" |
3232
| | | "1": In-order lists from the driver are used. | |
3333
+---------------------------------------------+--------------------------------------------------------------+--------------------------------------------------------------+------------------+
3434
| UR_L0_USM_ALLOCATOR_TRACE | Enables tracing for the USM allocator. | "0": Tracing is disabled. | "0" |

0 commit comments

Comments
 (0)