Skip to content

Commit

Permalink
rebased sycl
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Nov 6, 2023
1 parent f50b8b8 commit 88c8a05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# !! Do not merge
set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git")
# commit ba994bb401aefad3631012d592be672f6ea0e23b
# Merge: be53fb3b f2a365ca
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri Nov 3 11:09:52 2023 +0000
# Merge pull request #968 from martygrant/martin/versionCheckSpecializationConstants
# [OpenCL] Add version check for urProgramSetSpecializationConstants
set(UNIFIED_RUNTIME_TAG ba994bb401aefad3631012d592be672f6ea0e23b)
set(UNIFIED_RUNTIME_TAG konradkusiak/LocalMemSizeQuery)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit 88c8a05

Please sign in to comment.