Skip to content

[SYCL][Graph][L0] Test Coverity fix #13075

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 1 commit into from
Mar 25, 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
14 changes: 7 additions & 7 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 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
# Merge: c98fdbcf f67dc0c6
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Mar 21 17:08:13 2024 +0000
# Merge pull request #1445 from raiyanla/enable-in-order
# [L0] Enable default support for L0 in-order lists
set(UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)
# commit 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc
# Merge: 6883118 a187fbb
# Author: Piotr Balcer <piotr.balcer@intel.com>
# Date: Mon Mar 25 11:22:45 2024 +0100
# Merge pull request #1471 from pbalcer/remove-coverage
# [CI] remove coverage workflow
set(UNIFIED_RUNTIME_TAG 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc)

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