Skip to content

Commit 3c25887

Browse files
author
Hugh Delaney
committed
Update SHA
1 parent 3288a66 commit 3c25887

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8282
endfunction()
8383

8484
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 0c0f48db1bbe6f507297f1b9a7fd6016decb282b
86-
# Merge: d7ce779b d80a3655
85+
# commit 0816206d9e863b88feadf9139c9bb829dcc0d2de
86+
# Merge: 0c0f48db 46f69b9f
8787
# Author: aarongreig <[email protected]>
88-
# Date: Thu Mar 28 10:25:01 2024 +0000
89-
# Merge pull request #1467 from aarongreig/aaron/eventExecStatusError
90-
# Add new ERROR status for events, and corresponding error code.
91-
set(UNIFIED_RUNTIME_TAG 0c0f48db1bbe6f507297f1b9a7fd6016decb282b)
88+
# Date: Mon Apr 1 10:22:25 2024 +0100
89+
# Merge pull request #1460 from hdelan/remove-unused-prototypes
90+
# [HIP][CUDA] Remove function prototypes from enqueue.hpp
91+
set(UNIFIED_RUNTIME_TAG 0816206d9e863b88feadf9139c9bb829dcc0d2de)
9292

9393
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9494
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)