Skip to content
Closed
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
9 changes: 2 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 8d1486a607666763413fea3c70b74a3dd8f73c0d
# Author: aarongreig <[email protected]>
# Date: Mon Dec 18 13:15:43 2023 +0000
# Merge pull request #939 from steffenlarsen/steffen/virtual_mem_adapters
# [UR][CUDA][L0][HIP] Add virtual memory adapter implementations
set(UNIFIED_RUNTIME_TAG 8d1486a607666763413fea3c70b74a3dd8f73c0d)
set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG f16d31d7ec4fd05b2a1beee616c76582ba0b0465)

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