Skip to content

[SYCL][CUDA] Fix priority parameter on interop queue #11487

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 2 commits into from
Oct 24, 2023
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 @@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit a76e3b185a5e1df9114dc483077227f88f522244
# Merge: 3653e582 657ffde9
# commit 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b
# Merge: 614e6d0 b4425bc
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri Oct 20 12:12:15 2023 +0100
# Merge pull request #972 from oneapi-src/revert-906-l0_usm_error_checking
# Revert "[UR][L0] Propagate errors from `USMAllocationMakeResident`"
set(UNIFIED_RUNTIME_TAG a76e3b185a5e1df9114dc483077227f88f522244)
# Date: Mon Oct 23 14:49:01 2023 +0100
# Merge pull request #945 from npmiller/fix-priority
# [CUDA] Fix queue creation with native handle
set(UNIFIED_RUNTIME_TAG 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b)

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