You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
143
+
|| The paths rely on different APIs to enqueue command-buffers. | long as the pre-requisites are met. ||
144
+
|| The immediate append path relies on | "0": the immediate append path will always be disabled. ||
145
+
|| zeCommandListImmediateAppendCommandListsExp(). | "unset": The default behaviour will be used which enables ||
146
+
|| The wait-event path relies on | the immediate append path only for some devices when the ||
147
+
|| zeCommandQueueExecuteCommandLists() | pre-requisites are met. ||
0 commit comments