File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,15 @@ endif()
53
53
if (SYCL_PI_UR_USE_FETCH_CONTENT )
54
54
include (FetchContent )
55
55
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" )
57
58
# commit ba994bb401aefad3631012d592be672f6ea0e23b
58
59
# Merge: be53fb3b f2a365ca
59
60
# Author: Kenneth Benzie (Benie) <[email protected] >
60
61
# Date: Fri Nov 3 11:09:52 2023 +0000
61
62
# Merge pull request #968 from martygrant/martin/versionCheckSpecializationConstants
62
63
# [OpenCL] Add version check for urProgramSetSpecializationConstants
63
- set (UNIFIED_RUNTIME_TAG ba994bb401aefad3631012d592be672f6ea0e23b )
64
+ set (UNIFIED_RUNTIME_TAG konradkusiak/LocalMemSizeQuery )
64
65
65
66
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
66
67
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments