Skip to content

Commit 3f5abe1

Browse files
authored
[UR] Remove unused function prototypes (#13072)
oneapi-src/unified-runtime#1460
1 parent 319cf0e commit 3f5abe1

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)