Skip to content

Commit

Permalink
Use zeCommandListImmediateAppendCommandListsExp
Browse files Browse the repository at this point in the history
Adds a new path that uses the
zeCommandListImmediateAppendCommandListsExp to submit
command-buffers on PVC hardware.
  • Loading branch information
fabiomestre committed Nov 14, 2024
1 parent 50ef8c9 commit 629dfb7
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 143 deletions.
11 changes: 9 additions & 2 deletions scripts/core/LEVEL_ZERO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,15 @@ Environment Variables
| UR_L0_DISABLE_USM_ALLOCATOR | Controls the use of the USM allocator. | "0": USM allocator is enabled. | "0" |
| | | Any other value: USM allocator is disabled. | |
+---------------------------------------------+--------------------------------------------------------------+--------------------------------------------------------------+------------------+

| UR_L0_CMD_BUFFER_USE_IMMEDIATE_APPEND_PATH | Controls which command-buffer implementation path is used. | "1": the immediate append path will always be enabled as | Unset |
| | The paths rely on different APIs to enqueue command-buffers. | long as the pre-requisites are met. | |
| | The immediate append path relies on | "0": the immediate append path will always be disabled. | |
| | zeCommandListImmediateAppendCommandListsExp(). | "unset": The default behaviour will be used which enables | |
| | The wait-event path relies on | the immediate append path only for some devices when the | |
| | zeCommandQueueExecuteCommandLists() | pre-requisites are met. | |
+---------------------------------------------+--------------------------------------------------------------+--------------------------------------------------------------+------------------+
Contributors
------------

* Neil Spruit `[email protected] <[email protected]>`_
* Neil Spruit `[email protected] <[email protected]>`_
* Fábio Mestre `[email protected] <[email protected]>`_
Loading

0 comments on commit 629dfb7

Please sign in to comment.