Skip to content
16 changes: 8 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
if (NOT DEFINED UNIFIED_RUNTIME_LIBRARY OR NOT DEFINED UNIFIED_RUNTIME_INCLUDE_DIR)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
#commit b38855ed815ffd076bfde5e5e06170ca4f723dc1
#Merge: e6343f4 6a2c548
#Author: Piotr Balcer <piotr.balcer@intel.com>
#Date: Thu Oct 5 12:15:42 2023 +0200
# Merge pull request #920 from jsji/localcopy
# [UR][L0] Copy prebuilt L0 to avoid leaking shared folder path
set(UNIFIED_RUNTIME_TAG b38855ed815ffd076bfde5e5e06170ca4f723dc1)
set(UNIFIED_RUNTIME_REPO "https://github.com/bensuo/unified-runtime.git")
#commit e8e14150613ac838f676242436c3a30733a534cf
#Merge: TODO
#Author: Ewan Crawford <ewan@codeplay.com>
#Date: Mon Oct 16 16:26:44 2023 +0100
# TODO
# [Command-buffer][L0] Reset sync-point events
set(UNIFIED_RUNTIME_TAG e8e14150613ac838f676242436c3a30733a534cf)

if ("level_zero" IN_LIST SYCL_ENABLE_PLUGINS)
set(UR_BUILD_ADAPTER_L0 ON)
Expand Down