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
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/veselypeta/unified-runtime.git")
# commit cf26de283a1233e6c93feb085acc10c566888b59
# Merge: 3a3aae38 2fd9dea2
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Oct 25 10:36:48 2023 +0100
# Merge pull request #940 from Naghasan/victor/kernel-fusion-amd
# [UR][HIP] Enable kernel finalization using comgr
set(UNIFIED_RUNTIME_TAG cf26de283a1233e6c93feb085acc10c566888b59)
set(UNIFIED_RUNTIME_TAG c7f34f36881153b23b310fb5219bc81920a6ec95)

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