From f970c26b82a53328af6edc6a94506ea1a3079987 Mon Sep 17 00:00:00 2001 From: Konrad Kusiak Date: Tue, 5 Mar 2024 17:32:05 +0000 Subject: [PATCH 1/2] Updated 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 0eebfa5a02014..78a6824f0b854 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -81,14 +81,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 ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f - # Merge: ca5c3421 69c43b45 - # Author: Kenneth Benzie (Benie) - # Date: Tue Mar 19 21:00:20 2024 +0000 - # Merge pull request #1326 from hdelan/refactor-guess-local-worksize - # [CUDA][HIP] Fix bug in guess local worksize funcs and improve local worksize guessing in HIP adapter - set(UNIFIED_RUNTIME_TAG ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f) + set(UNIFIED_RUNTIME_REPO "https://github.com/konradkusiak97/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG memsetLargePatternL0) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 8db0ed35f3dec14e38bb4c8c295e388caef24d5f Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 30 Apr 2024 21:21:05 +0100 Subject: [PATCH 2/2] [UR] Bump main tag to 633ec408 --- 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 aa58a5755157e..fc8aebd7890e3 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 memsetLargePatternL0) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit 633ec4081c2ede6e94530d2c762535f1f7718f52 + # Merge: e8225146 2727e8af + # Author: Kenneth Benzie (Benie) + # Date: Tue Apr 30 21:17:45 2024 +0100 + # Merge pull request #1412 from konradkusiak97/memsetLargePatternL0 + # [L0][OpenCL] Emulate Fill with copy when patternSize is not a power of 2 + set(UNIFIED_RUNTIME_TAG 633ec4081c2ede6e94530d2c762535f1f7718f52) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}