From 0fc177d5021ab6562026f3bcf1f859410a8262ec Mon Sep 17 00:00:00 2001 From: Raiyan Latif Date: Fri, 1 Mar 2024 02:07:33 -0800 Subject: [PATCH 1/3] [UR][L0] Add support for in-order lists using L0 driver Signed-off-by: Raiyan Latif --- sycl/plugins/unified_runtime/CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index d3c2b333844fe..270f1df8c0e8d 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,15 +56,8 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - - # commit a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7 - # Merge: 9b936b5 + f78d369 - # Author: Kenneth Benzie (Benie) - # Date: Tue Feb 27 11:34:58 2024 +0000 - # Merge pull request #1254 from Bensuo/cmdbuf-support-hip - # [EXP][CMDBUF] HIP adapter support for command buffers - set(UNIFIED_RUNTIME_TAG a2757b2931daa2f8d7c9dd51b0fc846be1fd49a7 ) + set(UNIFIED_RUNTIME_REPO "https://github.com/raiyanla/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 9d1372d34db34971e5753471bd4be12fab3310cc) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 5b5def11330b232302e8b189e58bf369d9e3dbc3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 12 Mar 2024 20:43:49 +0000 Subject: [PATCH 2/3] [UR] Bump tag to 11ecfd3e --- sycl/plugins/unified_runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 270f1df8c0e8d..d4f54d96843ad 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,7 +57,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/raiyanla/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 9d1372d34db34971e5753471bd4be12fab3310cc) + set(UNIFIED_RUNTIME_TAG 11ecfd3ef8afa483c4859b626751a18f9cd679e6) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 24c03fd77de6b2b954303dea2915bbc7edc7e351 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 12 Mar 2024 23:14:43 +0000 Subject: [PATCH 3/3] [UR] Bump tag to c49b116f --- 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 d4f54d96843ad..03b20d23c7151 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,8 +56,14 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/raiyanla/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 11ecfd3ef8afa483c4859b626751a18f9cd679e6) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit c49b116fe10fabc98e8eccb1f6f3ed445df10ee8 + # Merge: 654e5564 11ecfd3e + # Author: Kenneth Benzie (Benie) + # Date: Tue Mar 12 23:13:28 2024 +0000 + # Merge pull request #1372 from raiyanla/in-order-lists + # [L0] Add support for in-order lists using L0 driver + set(UNIFIED_RUNTIME_TAG c49b116fe10fabc98e8eccb1f6f3ed445df10ee8) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")