Skip to content

Commit 30c1495

Browse files
hdelankbenzie
authored andcommitted
[UR] Remove unused function prototypes (intel#13072)
oneapi-src/unified-runtime#1460
1 parent 6fd40bb commit 30c1495

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 20102fdfa0b1a1042eea2b0d7ee9a2bcc8fda84d
60+
# commit 40b21ccd5fa9b636f56bbaed8d66cacc5dd32454
6161
# Author: aarongreig <[email protected]>
62-
# Date: Thu Mar 28 10:25:01 2024 +0000
63-
# Merge pull request #1467 from aarongreig/aaron/eventExecStatusError
64-
# Add new ERROR status for events, and corresponding error code.
65-
set(UNIFIED_RUNTIME_TAG 20102fdfa0b1a1042eea2b0d7ee9a2bcc8fda84d)
62+
# Date: Mon Apr 1 10:22:25 2024 +0100
63+
# Merge pull request #1460 from hdelan/remove-unused-prototypes
64+
# [HIP][CUDA] Remove function prototypes from enqueue.hpp
65+
set(UNIFIED_RUNTIME_TAG 40b21ccd5fa9b636f56bbaed8d66cacc5dd32454)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6868
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)