diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index b1ef3f71ae170..f11fd2ecc8bd9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,14 +99,8 @@ 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") - # commit 1e9b1b493fe30e6236bf611ae6d82366c9376f6c - # Merge: a011f092 d8500a36 - # Author: Kenneth Benzie (Benie) - # Date: Fri Jun 21 10:22:52 2024 +0100 - # Merge pull request #805 from aarongreig/aaron/kernelSetArgIndirectionFix - # Correct level of indirection used in KernelSetArgPointer calls. - set(UNIFIED_RUNTIME_TAG 1e9b1b493fe30e6236bf611ae6d82366c9376f6c) + set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG interop-event-check) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}