diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2c3f396b87315..8389686a25193 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -136,17 +136,24 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) fetch_adapter_source(cuda ${UNIFIED_RUNTIME_REPO} - # Merge: e27528ac 46604bea + # commit 6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c + # Merge: 08b3e8fe 834e6435 # Author: Kenneth Benzie (Benie) - # Date: Wed Apr 10 13:47:33 2024 +0100 - # Merge pull request #1213 from fabiomestre/fabio/imagegetinfo_cuda - # [CUDA] Implement urMemImageGetInfo - cda0cd942027323124629f6d9ee30ca32b12d807 + # Date: Wed Apr 10 16:26:17 2024 +0100 + # Merge pull request #1220 from fabiomestre/fabio/cuda_multimap + # [CUDA] Add support for multiple active mappings + 6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c ) fetch_adapter_source(hip ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + # commit 08b3e8fe6c5ad0aed125823c335eb44343845f6c + # Merge: 758c6149 db47fc0a + # Author: Kenneth Benzie (Benie) + # Date: Wed Apr 10 16:22:00 2024 +0100 + # Merge pull request #1359 from lplewa/hip_log + # Refactor hip adapter to new logger + 08b3e8fe6c5ad0aed125823c335eb44343845f6c ) fetch_adapter_source(native_cpu