From 377dba7e8c1e4eada878bc616690083876678a95 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Wed, 17 Apr 2024 17:36:03 -0700 Subject: [PATCH 1/3] [UR][L0] reset command lists on error unknown Signed-off-by: Neil R. Spruit --- 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 0f1dcd2f2b803..30ff0483f892c 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -104,8 +104,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG 717791bfc636a1cd69f95f09fea15fcd70a9fb23) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/nrspruit/unified-runtime.git + 49046ecb2d1f7e51e53e0bd2510124a9c6cb4b0a ) fetch_adapter_source(opencl From e9d50d4b7c000908bc20195c05f66a79bbe92d4d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 25 Apr 2024 10:25:42 +0100 Subject: [PATCH 2/3] [UR] Bump L0 tag to 48facdd6 --- 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 bf58a2b33fe2c..da434b292033e 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -104,8 +104,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG b37fa2c4b09a49839a83228f687c811595fce3fd) fetch_adapter_source(level_zero - https://github.com/nrspruit/unified-runtime.git - 49046ecb2d1f7e51e53e0bd2510124a9c6cb4b0a + ${UNIFIED_RUNTIME_REPO} + # commit 48facdd63f8566b9b04b6ab27ceb3ec9b1cf8c66 + # Merge: 7fcfe3ad 49046ecb + # Author: Kenneth Benzie (Benie) + # Date: Thu Apr 25 10:21:20 2024 +0100 + # Merge pull request #1539 from nrspruit/fix_error_unknown_out_of_memory + # [L0] reset and clean the command list on error unknown + 48facdd63f8566b9b04b6ab27ceb3ec9b1cf8c66 ) fetch_adapter_source(opencl From 9e78a70608f5ea7a58ca9f9ddebc831047912dda Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 25 Apr 2024 15:05:11 +0100 Subject: [PATCH 3/3] [UR] Bump L0 tag to 196f62f3 --- 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 da434b292033e..9bc284adf86ef 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -105,13 +105,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO} - # commit 48facdd63f8566b9b04b6ab27ceb3ec9b1cf8c66 - # Merge: 7fcfe3ad 49046ecb + # commit 196f62f34e70dd79f3f683abe103cc33d3c49a92 + # Merge: 37242e39 275c753a # Author: Kenneth Benzie (Benie) - # Date: Thu Apr 25 10:21:20 2024 +0100 - # Merge pull request #1539 from nrspruit/fix_error_unknown_out_of_memory - # [L0] reset and clean the command list on error unknown - 48facdd63f8566b9b04b6ab27ceb3ec9b1cf8c66 + # Date: Thu Apr 25 15:03:51 2024 +0100 + # Merge pull request #1548 from kbenzie/benie/l0-fix-decoupled-use-case + # [L0] Use relative includes for adapter internals + 196f62f34e70dd79f3f683abe103cc33d3c49a92 ) fetch_adapter_source(opencl