diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 3d5958be9c64..1c245a91ca59 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 185149248dd257bd37482aac43307a136204c051 - # Merge: 2af159d4 d619bcd1 - # Author: Piotr Balcer - # Date: Thu Sep 19 11:02:27 2024 +0200 - # Merge pull request #1934 from yingcong-wu/yc/0806-exclude-shadow-from-coredump - # [DeviceSanitizer] Exclude shadow memory from coredump file for CPU device. - set(UNIFIED_RUNTIME_TAG 185149248dd257bd37482aac43307a136204c051) + # commit 897bcfb10a7e13b8e413278550e845322f6bd560 (HEAD, origin/main, origin/HEAD) + # Merge: 18514924 71cdf253 + # Author: Omar Ahmed + # Date: Thu Sep 19 14:35:55 2024 +0100 + # Merge pull request #2022 from nrspruit/add_3_channel_image_support + # [L0] Add 3-channel image support + set(UNIFIED_RUNTIME_TAG 897bcfb10a7e13b8e413278550e845322f6bd560) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need