Skip to content
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 f8fc936d9cf174ad455da84ea3904a8111a590dc
# Merge: 20b9a83e 42104338
# commit 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f
# Merge: 95f90926 815a2869
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Wed Dec 13 12:06:14 2023 +0000
# Merge pull request #1179 from pbalcer/coverity-issues
# [L0] coverity fixes
set(UNIFIED_RUNTIME_TAG f8fc936d9cf174ad455da84ea3904a8111a590dc)
# Date: Thu Dec 14 12:03:01 2023 +0000
# Merge pull request #1105 from jandres742/fixtestusm
# [UR][L0] Add several fixes to L0 adapter for test-usm
set(UNIFIED_RUNTIME_TAG 3e4d7248b4b1c7d70fa40c08e627833279c8fd5f)

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