From 0f18f14ab8fd5d5fee93cc0efe14567119c00563 Mon Sep 17 00:00:00 2001 From: Konrad Kusiak Date: Tue, 14 May 2024 11:41:27 +0100 Subject: [PATCH 1/3] Set UR tag --- 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 bba0086973b43..10a78aba60093 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -94,14 +94,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 1e1f577262747d67fcb5c513de4a11bec67ea5db - # Merge: dd212f3f 0b405a12 - # Author: Kenneth Benzie (Benie) - # Date: Thu May 9 18:00:36 2024 +0100 - # Merge pull request #1591 from nrspruit/disable_driver_in_order_lists_default - # [L0] Disable Usage of Driver In order Lists by default - set(UNIFIED_RUNTIME_TAG 1e1f577262747d67fcb5c513de4a11bec67ea5db) + set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG queueFillOPENCLctsFix) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO} From 0c2d7588db1ef6ba33ed745f7514e90513ab54b3 Mon Sep 17 00:00:00 2001 From: Konrad Kusiak Date: Wed, 15 May 2024 14:29:51 +0100 Subject: [PATCH 2/3] Pointed only opencl tag to the ur branch --- sycl/plugins/unified_runtime/CMakeLists.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 10a78aba60093..f050ee22ce645 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -94,8 +94,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG queueFillOPENCLctsFix) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit 1e1f577262747d67fcb5c513de4a11bec67ea5db + # Merge: dd212f3f 0b405a12 + # Author: Kenneth Benzie (Benie) + # Date: Thu May 9 18:00:36 2024 +0100 + # Merge pull request #1591 from nrspruit/disable_driver_in_order_lists_default + # [L0] Disable Usage of Driver In order Lists by default + set(UNIFIED_RUNTIME_TAG 1e1f577262747d67fcb5c513de4a11bec67ea5db) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO} @@ -103,8 +109,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) ) fetch_adapter_source(opencl - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + "https://github.com/konradkusiak97/unified-runtime.git" + queueFillOPENCLctsFix ) fetch_adapter_source(cuda From 0804f21a8e901d7c87448594b15816623c8712a9 Mon Sep 17 00:00:00 2001 From: Konrad Kusiak Date: Thu, 30 May 2024 10:14:35 +0100 Subject: [PATCH 3/3] Updated tag --- 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 a4b20a6706d47..acdf1cc6154e1 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -114,8 +114,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) ) fetch_adapter_source(opencl - "https://github.com/konradkusiak97/unified-runtime.git" - queueFillOPENCLctsFix + ${UNIFIED_RUNTIME_REPO} + # commit e16d01c02f1c1c18af19d3c882c08f791c2345d9 + # Merge: a3895dbf 483a6325 + # Author: Kenneth Benzie (Benie) + # Date: Thu May 30 10:04:43 2024 +0100 + # Merge pull request #1603 from konradkusiak97/queueFillOPENCLctsFix + # [OpenCL] Modify fill emulation to work for patterns which are not powers of 2 + e16d01c02f1c1c18af19d3c882c08f791c2345d9 ) fetch_adapter_source(cuda