Skip to content

[UR] Refactor Device Initialisation #12762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 8dba1fdf44c31faf82a3de6947fbd58643883320
# Merge: 1f4b703d 39c0023c
# commit ff276ab1cd584557f8ed4d176109057684a5f4ca
# Merge: ed949ecd 2968cc14
# Author: aarongreig <[email protected]>
# Date: Mon Mar 25 14:45:32 2024 +0000
# Merge pull request #1468 from pbalcer/l0-recursive-event-deadlock
# [L0] fix a deadlock on a recursive event rwlock
set(UNIFIED_RUNTIME_TAG 8dba1fdf44c31faf82a3de6947fbd58643883320)
# Date: Wed Mar 27 11:28:34 2024 +0000
# Merge pull request #1363 from hdelan/refactor-device-initialization
# [CUDA] Refactor device initialization
set(UNIFIED_RUNTIME_TAG ff276ab1cd584557f8ed4d176109057684a5f4ca)

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