From 2a7659c3bbc69ebc38ff851f34742b8697dcfcd6 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Fri, 8 Mar 2024 14:11:18 +0000 Subject: [PATCH 1/4] [DO-NOT-MERGE] Test fix for get event info from interop created event --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index de561b5304014..e88c6aec282ae 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -4,9 +4,9 @@ # Options to override the default behaviour of the FetchContent to include UR # source code. set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO - "" CACHE STRING "Override the Unified Runtime FetchContent repository") + "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "" CACHE STRING "Override the Unified Runtime FetchContent tag") + "8f28dd2eddd918fb13ff32e7ba063fcb93ebf871" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow. From e119f634e0303176e68f45878de0d2b44da9d589 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Thu, 28 Mar 2024 10:23:38 -0400 Subject: [PATCH 2/4] Update UR commit tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index bbed11146bb2d..b371b16632e06 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -6,7 +6,7 @@ set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "8f28dd2eddd918fb13ff32e7ba063fcb93ebf871" CACHE STRING "Override the Unified Runtime FetchContent tag") + "2f8dc5bd4fe35c0e84d7377b0a30e557ff738cea" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow. From 4aca8e0cc42990a81b3da33f79a10e17728039a1 Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Mon, 10 Jun 2024 20:52:09 +0100 Subject: [PATCH 3/4] Update UR tag for testing --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 218704f43dc9a..0f408ff716a6a 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -4,9 +4,9 @@ # Options to override the default behaviour of the FetchContent to include UR # source code. set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO - "https://github.com/GeorgeWeb/unified-runtime.git" CACHE STRING "Override the Unified Runtime FetchContent repository") + "" CACHE STRING "Override the Unified Runtime FetchContent repository") set(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_TAG - "2f8dc5bd4fe35c0e84d7377b0a30e557ff738cea" CACHE STRING "Override the Unified Runtime FetchContent tag") + "" CACHE STRING "Override the Unified Runtime FetchContent tag") # Options to disable use of FetchContent to include Unified Runtime source code # to improve developer workflow. @@ -119,13 +119,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) ) fetch_adapter_source(cuda - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/GeorgeWeb/unified-runtime.git + c61956e9ebe55c34e7977a73d6eaf7f5125010e0 ) fetch_adapter_source(hip - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/GeorgeWeb/unified-runtime.git + c61956e9ebe55c34e7977a73d6eaf7f5125010e0 ) fetch_adapter_source(native_cpu From fa5a5d74eac8facc37f47cdc8c2e2c39a1d3585e Mon Sep 17 00:00:00 2001 From: Georgi Mirazchiyski Date: Thu, 13 Jun 2024 11:37:31 +0100 Subject: [PATCH 4/4] Update UR tag --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 46827780f86b1..d475cdb53c7fa 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -126,12 +126,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) fetch_adapter_source(cuda https://github.com/GeorgeWeb/unified-runtime.git - c61956e9ebe55c34e7977a73d6eaf7f5125010e0 + 33e185272ac06aa8b3132a4cbbf6c3497cd8ce76 ) fetch_adapter_source(hip https://github.com/GeorgeWeb/unified-runtime.git - c61956e9ebe55c34e7977a73d6eaf7f5125010e0 + 33e185272ac06aa8b3132a4cbbf6c3497cd8ce76 ) fetch_adapter_source(native_cpu