diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index d1ff1c0b335d5..17166ab762ad9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -99,17 +99,17 @@ 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/winstonzhang-intel/unified-runtime.git") # commit f11caf98857bb22800d09aedec8bd607643ab67b # Author: Kenneth Benzie (Benie) # Date: Tue Jul 23 15:28:10 2024 +0100 # Merge pull request #1795 from DBDuncan/duncan/bindless-aspects # [Bindless][Exp] Update device_info enum elements and update Level Zero and CUDA backend device_info supported features - set(UNIFIED_RUNTIME_TAG f11caf98857bb22800d09aedec8bd607643ab67b) + set(UNIFIED_RUNTIME_TAG 39b24dcd032abf8e9bd61f3446fcf1800f98380a) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/winstonzhang-intel/unified-runtime.git + 39b24dcd032abf8e9bd61f3446fcf1800f98380a ) fetch_adapter_source(opencl