Skip to content

Commit dd78c6e

Browse files
raiyanlakbenzie
andauthored
[UR][L0] Enable default support for L0 in-order lists (#13033)
Signed-off-by: Raiyan Latif <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 2bc8b5b commit dd78c6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8282
endfunction()
8383

8484
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 5f4dd113824e90522d813420932c14072dc3049d
86-
# Merge: ed1f8bf b551c77
87-
# Author: Ewan Crawford <ewan@codeplay.com>
88-
# Date: Fri Mar 15 10:22:39 2024 +0000
89-
# Merge pull request #1447 from Bensuo/ewan/rocm_5_5_1
90-
# [HIP][CMDBUF] Require ROCm 5.5.1 for HIP command-buffers
91-
set(UNIFIED_RUNTIME_TAG 5f4dd113824e90522d813420932c14072dc3049d)
85+
# commit 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
86+
# Merge: c98fdbcf f67dc0c6
87+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
88+
# Date: Thu Mar 21 17:08:13 2024 +0000
89+
# Merge pull request #1445 from raiyanla/enable-in-order
90+
# [L0] Enable default support for L0 in-order lists
91+
set(UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)
9292

9393
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9494
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)