From 7cf70ddd403d3262b51d0729cdc8a19e1bec7fab Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 10 Apr 2024 17:43:57 +0100 Subject: [PATCH 1/2] [UR] Bump HIP tag to 08b3e8fe (#13352) --- sycl/plugins/unified_runtime/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 8be53f4418865..7fedcc64b8480 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -131,7 +131,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) 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 From 1d52f907d28edab7e23f69175a5b00d1bbe0acdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio?= Date: Wed, 10 Apr 2024 17:56:05 +0100 Subject: [PATCH 2/2] [UR] Bump CUDA tag to 6e76c98a (#12285) --- sycl/plugins/unified_runtime/CMakeLists.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 7fedcc64b8480..9a18382ea52d2 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -121,12 +121,13 @@ 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