Skip to content

Commit 343d953

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Fix the multi device event cache to allocate lists as pointers (#12778)
- fix to address a multi device crash given many devices causing a stack overflow. Event Caches per device are now explicitly allocated. - pre-commit PR for oneapi-src/unified-runtime#1366 --------- Signed-off-by: Spruit, Neil R <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 4bc9745 commit 343d953

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +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 24078c26ab871572067f520d856f4c65271cb9e5
61-
# Merge: 227a5edf 89a66af7
60+
# commit b4150ad1512476eb6ea0f2ede3bd29a6e3fd2b9e
61+
# Merge: 4814e717 123c00f1
6262
# 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)
63+
# Date: Thu Feb 22 10:42:39 2024 +0000
64+
# Merge pull request #1366 from nrspruit/fix_multidevice_event_cache
65+
# [L0] Fix the multi device event cache to allocate lists as pointers
66+
set(UNIFIED_RUNTIME_TAG b4150ad1512476eb6ea0f2ede3bd29a6e3fd2b9e)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)