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
6 changes: 3 additions & 3 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
# commit fcd3693d1b54ddad1fcbe9e2c749c01628739346
# Merge: c8a0d84b 5d51c9a1
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri May 3 19:12:25 2024 +0100
# Merge pull request #1513 from aarongreig/aaron/minorL0DeviceInfoFixes
# Fix some minor bugs in L0 urDeviceGetInfo revealed by PI->UR port
set(UNIFIED_RUNTIME_TAG fcd3693d1b54ddad1fcbe9e2c749c01628739346)
set(UNIFIED_RUNTIME_TAG ccfc508bfdef5e79ef816c7a2329b9c95ddb79c7)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand All @@ -111,7 +111,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
# Date: Fri May 3 11:55:26 2024 +0100
# Merge pull request #1549 from igchor/event_fix
# Fix adding event to queue cache
fb342f06e1ac244c5995b7be458d0c32a1ba17ab
ccfc508bfdef5e79ef816c7a2329b9c95ddb79c7
)

fetch_adapter_source(opencl
Expand Down