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 <aaron.greig@codeplay.com>
# 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 7f5dfcc61605d28a53ed50f49406e43d5f5116bd)

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