From d0eef89140c5e0e7c9c190965e22ccccb680ccad Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 31 Jan 2024 16:49:54 +0000 Subject: [PATCH 1/2] [UR][CL] Handle INTERMEDIATE binary type https://github.com/oneapi-src/unified-runtime/pull/1302 --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index af56733f4b72f..749966f20668f 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +56,8 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime") - # commit 3225b822b5d8cbfa85d7fc1bd5a5bf96e5bb8c1a - # Merge: edb281f3 5fc41099 - # Author: Kenneth Benzie (Benie) - # Date: Tue Jan 30 12:31:44 2024 +0000 - # Merge pull request #1168 from Seanst98/sean/unique-addr-mode-per-dim-adapters - # [Bindless][CUDA] Unique addressing modes per dimension - set(UNIFIED_RUNTIME_TAG 3225b822b5d8cbfa85d7fc1bd5a5bf96e5bb8c1a) + set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime") + set(UNIFIED_RUNTIME_TAG 5e513738c7698efe048fe601cff0eab6878aae55) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From b47a4bf92080907dd3c9dd166bbad5ea07eecebf Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 1 Feb 2024 17:20:29 +0000 Subject: [PATCH 2/2] [UR] Bump tag to 9363574d --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 749966f20668f..2aa0423e1e663 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,8 +56,14 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime") - set(UNIFIED_RUNTIME_TAG 5e513738c7698efe048fe601cff0eab6878aae55) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime") + # commit 9363574db721d2388c7d76a10edb128764872352 + # Merge: 553a6b82 5e513738 + # Author: Kenneth Benzie (Benie) + # Date: Thu Feb 1 11:50:16 2024 +0000 + # Merge pull request #1302 from kbenzie/benie/cl-binary-type-intermediate + # [CL] Handle INTERMEDIATE binary type + set(UNIFIED_RUNTIME_TAG 9363574db721d2388c7d76a10edb128764872352) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")