Skip to content

Commit 5310b20

Browse files
rafbielskbenzie
andauthored
UR fix for MaxRegsPerBlock check in setKernelParams (#12549)
Bring the fix for MaxRegsPerBlock check from oneapi-src/unified-runtime#1299 to `intel/llvm`. No changes needed other than updating the UR repo hash. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent f614781 commit 5310b20

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ 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 3487672ceba0fd3575b5f3f15a832b100dc5fbad
61-
# Author: Artur Gainullin <[email protected]>
62-
# Date: Fri Feb 16 09:59:50 2024 -0800
63-
#
64-
# [UR] Provide flexibility to replace unified-memory-framework repo and tag
65-
set(UNIFIED_RUNTIME_TAG 3487672ceba0fd3575b5f3f15a832b100dc5fbad)
60+
# commit 24078c26ab871572067f520d856f4c65271cb9e5
61+
# Merge: 227a5edf 89a66af7
62+
# Author: Kenneth Benzie (Benie) <[email protected]>
63+
# Date: Mon Feb 19 11:51:49 2024 +0100
64+
# Merge pull request #1299 from rafbiels/rafbiels/fix-cuda-maxreg-check
65+
# [CUDA] Fix MaxRegsPerBlock check in setKernelParams
66+
set(UNIFIED_RUNTIME_TAG 24078c26ab871572067f520d856f4c65271cb9e5)
6667

6768
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6869
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)