Skip to content

[UR][L0] Enable Disabling of Queue lock during L0 Sync calls #13294

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

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 03b71483168c091d08d86dec8b1f1c76bff19af5
# Merge: 535f4b94 e0415a0a
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Tue Apr 2 16:08:34 2024 +0200
# Merge pull request #1432 from RossBrunton/ross/testfix
# [CTS] Don't segfault when failing to load a kernel
set(UNIFIED_RUNTIME_TAG 03b71483168c091d08d86dec8b1f1c76bff19af5)
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG a0b84e05be3a117ae2a6bc9e72d39180f4d347a3)

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