Skip to content

Commit db4d83e

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Fix Queue get info and fix Queue release decrement (#14411)
pre-commit PR for oneapi-src/unified-runtime#1814 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 19e471f commit db4d83e

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
100100
endfunction()
101101

102102
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
103-
# commit 4a60029d79aeb6a2bb09fc2f7677ec682634aa6e
104-
# Merge: 01af5602 79be9c5f
103+
# commit 658393fa28837ecc3dbe2901368ff91f526e8ff5
104+
# Merge: 5be5aa49 649c5f04
105105
# Author: Kenneth Benzie (Benie) <[email protected]>
106-
# Date: Mon Jul 8 13:52:48 2024 +0100
107-
# Merge pull request #1775 from Bensuo/fabio/refactor_l0_cmd_buffer
108-
# Refactor Level Zero Command-Buffer implementation
109-
set(UNIFIED_RUNTIME_TAG 4a60029d79aeb6a2bb09fc2f7677ec682634aa6e)
106+
# Date: Tue Jul 9 11:20:06 2024 +0100
107+
# Merge pull request #1814 from nrspruit/fix_l0_queue_cts
108+
# [L0] Fix Queue get info and fix Queue release decrement
109+
set(UNIFIED_RUNTIME_TAG 658393fa28837ecc3dbe2901368ff91f526e8ff5)
110110

111111
fetch_adapter_source(level_zero
112112
${UNIFIED_RUNTIME_REPO}
113-
# commit f404f4deab8182aafa03caf27438ea7b62d1a24a (HEAD, origin/main, origin/HEAD)
114-
# Merge: 4a60029d 686cf44d
115-
# Author: Neil R. Spruit <[email protected]>
116-
# Date: Mon Jul 8 13:33:20 2024 -0700
117-
# Merge pull request #1806 from againull/review/againull/fix_overflow
118-
# [UR][L0] Fix undefined behavior caused by shifting more than bits count
119-
f404f4deab8182aafa03caf27438ea7b62d1a24a
113+
${UNIFIED_RUNTIME_TAG}
120114
)
121115

122116
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)