Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct ur_queue_immediate_out_of_order_t : ur_object_t, ur_queue_t_ {

uint32_t getNextCommandListId(const ur_event_handle_t *phWaitEvents = nullptr,
uint32_t numWaitEvents = 0) {
bool captureActive;
bool captureActive = false;
auto &cmdListManager =
(*commandListManagers.get_no_lock())[captureCmdListManagerIdx];
cmdListManager.queryGraphCaptureActive(&captureActive);
Expand Down
Loading