diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 212de8651af94..6d976ec33b5c3 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 3a7d00f136cf5d69e61bf1e235393dfc56f55525 - # Merge: cd5ad7b5 9e5c6203 - # Author: aarongreig - # Date: Mon Apr 1 15:16:30 2024 +0100 - # Merge pull request #1485 from aarongreig/aaron/addDeviceNotAvailableErrC - # Add UR_ERROR_DEVICE_NOT_AVAILABLE and appropriate translation for CL. - set(UNIFIED_RUNTIME_TAG 3a7d00f136cf5d69e61bf1e235393dfc56f55525) + # commit 03b71483168c091d08d86dec8b1f1c76bff19af5 + # Merge: 535f4b94 e0415a0a + # Author: Kenneth Benzie (Benie) + # Date: Tue Apr 2 16:08:34 2024 +0200 + # Merge pull request #1432 from RossBrunton/ross/testfix + # [CTS] Don't segfault when failing to load a kernel + set(UNIFIED_RUNTIME_TAG 03b71483168c091d08d86dec8b1f1c76bff19af5) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")