From 841929cf924d5f458139c8262975e85ee06f1dbf Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Wed, 17 Apr 2024 14:38:45 -0700 Subject: [PATCH 1/2] [UR][L0] Enable Batching out of order commands without signal events - pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1526 Signed-off-by: Neil R. Spruit --- 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 0e866712c74a3..cdfdb2e8812dc 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -104,14 +104,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG b37fa2c4b09a49839a83228f687c811595fce3fd) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - # commit f4a94976f880de64d0c144abb1080a8262c158f3 - # Merge: ee075703 39fcb2be - # Author: Kenneth Benzie (Benie) - # Date: Fri Apr 26 11:50:56 2024 +0100 - # Merge pull request #1370 from winstonzhang-intel/counter-based-events - # [L0] Support for counter-based events using L0 driver - f4a94976f880de64d0c144abb1080a8262c158f3 + "https://github.com/nrspruit/unified-runtime.git" + 987c422c668455db04da12acbc5178084823c3b0 ) fetch_adapter_source(opencl From eebc51b63152e0fdc24c4c662a2c886bf5e4bb41 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 2 May 2024 15:29:20 +0100 Subject: [PATCH 2/2] [UR] Bump L0 tag to f3c55196 --- sycl/plugins/unified_runtime/CMakeLists.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 49d8f05b13480..afae7f3c8293f 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -100,13 +100,18 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) # Author: Kenneth Benzie (Benie) # Date: Thu May 2 10:56:55 2024 +0100 # Merge pull request #1535 from przemektmalon/przemek/sampled-image-fetch - # # [Bindless][Exp] Add device queries for sampled image fetch set(UNIFIED_RUNTIME_TAG ebf873fb5996c9ddca32bbb7c9330d3ffe15473c) fetch_adapter_source(level_zero - "https://github.com/nrspruit/unified-runtime.git" - 987c422c668455db04da12acbc5178084823c3b0 + "https://github.com/oneapi-src/unified-runtime.git" + # commit f3c551963d0612bfac252bc5c82796289939ebeb + # Merge: ebf873fb 987c422c + # Author: Kenneth Benzie (Benie) + # Date: Thu May 2 15:26:34 2024 +0100 + # Merge pull request #1526 from nrspruit/event_signal_optional + # [L0] Enable Batching out of order commands without signal events + f3c551963d0612bfac252bc5c82796289939ebeb ) fetch_adapter_source(opencl