diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index a8fbd568bf5fd..85dc946f0ce58 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -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/JackAKirk/unified-runtime.git") # commit 396fb20498c315a526c961d7cb645b42795acd2c # Merge: 719bb9cd e2ffea69 # Author: Kenneth Benzie (Benie) # Date: Thu May 23 10:53:03 2024 +0100 # Merge pull request #1501 from RossBrunton/ross/kerneltests # [Testing] Spec clarifications and testing updates for kernel - set(UNIFIED_RUNTIME_TAG 396fb20498c315a526c961d7cb645b42795acd2c) + set(UNIFIED_RUNTIME_TAG 6fc9334785b044803ade5da546b9df46ac8eca72) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}