From d0a6688c242fa369c06738dd500d3ad629faa414 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Tue, 2 Jul 2024 15:40:55 -0700 Subject: [PATCH 1/2] [UR][L0] Fix Device Info return code to report unsupported enumeration pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1809 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 252deba45219a..8bd361d6664d4 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -108,8 +108,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee) fetch_adapter_source(level_zero - ${UNIFIED_RUNTIME_REPO} - ${UNIFIED_RUNTIME_TAG} + https://github.com/nrspruit/unified-runtime.git + ad3befd1d4a9e7fbea625b8048757f4f7e4daba0 ) fetch_adapter_source(opencl From e72d00354b4f660b6a140f1e51404bd88c989316 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 8 Jul 2024 10:34:40 +0100 Subject: [PATCH 2/2] [UR] Bump main tag to commit 01af5602 --- sycl/plugins/unified_runtime/CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 402f450ac1694..d6d75ae50c3a6 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -100,17 +100,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 731376d9dfbc9099a279019ec05c64f0f8c6a7ef - # Merge: 40300808 665d4a68 - # Author: aarongreig - # Date: Fri Jul 5 09:44:30 2024 +0100 - # Merge pull request #1802 from nrspruit/fix_immediate_cmdlist_reuse - # [L0] Fix immediate command list use in Command Queues - set(UNIFIED_RUNTIME_TAG 0cbacd8a0844acb64091ecbb0c7d6a7df1b6160e) + # commit 01af5602345ac3289cc084eb19bf266c054da075 + # Merge: 20844ddc ad3befd1 + # Author: Kenneth Benzie (Benie) + # Date: Mon Jul 8 10:32:14 2024 +0100 + # Merge pull request #1809 from nrspruit/fix_l0_ur_deviceinfo + # [L0] Fix Device Info return code to report unsupported enumeration + set(UNIFIED_RUNTIME_TAG 01af5602345ac3289cc084eb19bf266c054da075) fetch_adapter_source(level_zero - https://github.com/nrspruit/unified-runtime.git - ad3befd1d4a9e7fbea625b8048757f4f7e4daba0 + ${UNIFIED_RUNTIME_REPO} + ${UNIFIED_RUNTIME_TAG} ) fetch_adapter_source(opencl