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

[UR] Pull in patch for coverity issues in CL, hip and cuda adapters. #12176

Merged
merged 1 commit into from
Dec 15, 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 @@ -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 dcec3feb7912be6e6fb1a8ef268b2d61afe759c5
# Merge: 4424195c 9fc2c2eb
# commit 67e4d1bcf0057eef7910851bfb5020df9e5befd6
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Dec 14 17:54:55 2023 +0000
# Merge pull request #1061 from jandres742/updateL0loader
# [UR][L0] Upgrade L0 loader to v1.15.1
set(UNIFIED_RUNTIME_TAG dcec3feb7912be6e6fb1a8ef268b2d61afe759c5)
# Date: Fri Dec 15 10:09:02 2023 +0000
# Merge pull request #1185 from aarongreig/aaron/fixCoverityCudaCL
# Fix coverity issues in OpenCL, cuda and hip adapters.[L0] Add several fixes to L0 adapter
# for test-usm
set(UNIFIED_RUNTIME_TAG 67e4d1bcf0057eef7910851bfb5020df9e5befd6)

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