Skip to content
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

[SYCL][Graph][CUDA][HIP] UR Coverity fixes to CUDA/HIP command-buffer implementation #12723

Merged
merged 3 commits into from
Mar 11, 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 @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 93902794c09f1c8cb5163089f0eacfe55c1f1b86
# Merge: cc268e58 5518b489
# commit e2ee9a4720414e0a59fa9c911e9575ab564ac57c
# Merge: 7a5150cd be622e7c
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri Mar 8 09:48:44 2024 +0000
# Merge pull request #1419 from nrspruit/main_l0_adapter_release_lib
# [L0] Create/Destroy Adapter Handle during lib init
set(UNIFIED_RUNTIME_TAG 93902794c09f1c8cb5163089f0eacfe55c1f1b86)
# Date: Sun Mar 10 18:02:50 2024 +0000
# Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update
# [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code
set(UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c)

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