Skip to content

Commit

Permalink
Updated UR tag
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Feb 21, 2024
1 parent 6b5cb12 commit e977c9f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,8 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 24078c26ab871572067f520d856f4c65271cb9e5
# Merge: 227a5edf 89a66af7
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Mon Feb 19 11:51:49 2024 +0100
# Merge pull request #1299 from rafbiels/rafbiels/fix-cuda-maxreg-check
# [CUDA] Fix MaxRegsPerBlock check in setKernelParams
set(UNIFIED_RUNTIME_TAG 24078c26ab871572067f520d856f4c65271cb9e5)
set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 86f011b57047b2eef944b2c738fce2e66e5e85cd)

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 e977c9f

Please sign in to comment.