Skip to content

Commit 88c8a05

Browse files
rebased sycl
1 parent f50b8b8 commit 88c8a05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ endif()
5353
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

56-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
56+
# !! Do not merge
57+
set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git")
5758
# commit ba994bb401aefad3631012d592be672f6ea0e23b
5859
# Merge: be53fb3b f2a365ca
5960
# Author: Kenneth Benzie (Benie) <[email protected]>
6061
# Date: Fri Nov 3 11:09:52 2023 +0000
6162
# Merge pull request #968 from martygrant/martin/versionCheckSpecializationConstants
6263
# [OpenCL] Add version check for urProgramSetSpecializationConstants
63-
set(UNIFIED_RUNTIME_TAG ba994bb401aefad3631012d592be672f6ea0e23b)
64+
set(UNIFIED_RUNTIME_TAG konradkusiak/LocalMemSizeQuery)
6465

6566
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6667
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)