diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 30e2ed163b86e..fb4e20ce78adc 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +56,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/martygrant/unified-runtime.git") # commit fe5bc760d0a9fa28247d3f0b57c20114f02eda49 # Merge: 47af3ee2 3e1f1636 # Author: Kenneth Benzie (Benie) # Date: Fri Dec 1 11:21:41 2023 +0000 # Merge pull request #1102 from hdelan/adapter-batch1 # [HIP] Adapter PR batch - set(UNIFIED_RUNTIME_TAG fe5bc760d0a9fa28247d3f0b57c20114f02eda49) + set(UNIFIED_RUNTIME_TAG martin/removeDieTermination) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")