Skip to content

Commit 43f0963

Browse files
hdelankbenzie
andauthored
[UR] CI for UR PR refactor-guess-local-worksize (#12663)
oneapi-src/unified-runtime#1326 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 2adf196 commit 43f0963

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 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 ca5c34213c3484072f32a9ab2b56b0f49ebe712e
86-
# Merge: 4d0183a8 c9be1e28
85+
# commit ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f
86+
# Merge: ca5c3421 69c43b45
8787
# Author: Kenneth Benzie (Benie) <[email protected]>
88-
# Date: Tue Mar 19 16:58:27 2024 +0000
89-
# Merge pull request #1353 from againull/againull/l0_adapter_update_cmd_buffer
90-
# [L0] Support updating kernel commands in command buffers
91-
set(UNIFIED_RUNTIME_TAG ca5c34213c3484072f32a9ab2b56b0f49ebe712e)
88+
# Date: Tue Mar 19 21:00:20 2024 +0000
89+
# Merge pull request #1326 from hdelan/refactor-guess-local-worksize
90+
# [CUDA][HIP] Fix bug in guess local worksize funcs and improve local worksize guessing in HIP adapter
91+
set(UNIFIED_RUNTIME_TAG ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f)
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)