diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 88ae71324eb98..8fb995785d4b8 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,24 +99,12 @@ 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 b13c5e1f85e01fef7de7568835092f8592ded6e4 - # Merge: 8788bd13 61b42a3e - # Author: Kenneth Benzie (Benie) - # Date: Wed Jun 12 13:21:32 2024 +0100 - # Merge pull request #1711 from hdelan/minimize-vector-allocations - # [HIP][CUDA] Several changes to kernel launch - set(UNIFIED_RUNTIME_TAG b13c5e1f85e01fef7de7568835092f8592ded6e4) + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 6db9291f22a0fa323268de2b996ee1648432f1c8) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO} - # commit 8788bd13cceb3f8e6338538b624652e6249a4543 - # Merge: 78d02039 3f502d8f - # Author: Kenneth Benzie (Benie) - # Date: Wed Jun 12 13:13:52 2024 +0100 - # Merge pull request #1697 from againull/review/againull/l0_loader - # [L0] Add flexibility to change level zero repo - 8788bd13cceb3f8e6338538b624652e6249a4543 + ${UNIFIED_RUNTIME_TAG} ) fetch_adapter_source(opencl