Skip to content

Commit

Permalink
Merge pull request #1337 from aarongreig/aaron/v0.8.8rc
Browse files Browse the repository at this point in the history
Release candidate for v0.8.8
  • Loading branch information
kbenzie authored Feb 13, 2024
2 parents 3aeccac + 60a1e07 commit 1402227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
project(unified-runtime VERSION 0.8.7)
project(unified-runtime VERSION 0.8.8)

include(GNUInstallDirs)
include(CheckCXXSourceCompiles)
Expand Down
3 changes: 3 additions & 0 deletions source/adapters/level_zero/command_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferEnqueueExp(
// Create a command-list to signal RetEvent on completion
ur_command_list_ptr_t SignalCommandList{};
if (Event) {
UR_CALL(Queue->Context->getAvailableCommandList(Queue, SignalCommandList,
false, false));

UR_CALL(createEventAndAssociateQueue(
Queue, &RetEvent, UR_COMMAND_COMMAND_BUFFER_ENQUEUE_EXP,
SignalCommandList, false, false, true));
Expand Down

0 comments on commit 1402227

Please sign in to comment.