Skip to content

Commit 1f9bf7a

Browse files
authored
[SYCL][Graph][UR] Update UR to support updating kernel commands in command buffers for L0 (#12897)
1 parent ecd3b90 commit 1f9bf7a

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 4d0183a8e3152f7c5b7a814d5001c90cb2412051
86-
# Merge: 29ee45c4 ca3da5aa
85+
# commit ca5c34213c3484072f32a9ab2b56b0f49ebe712e
86+
# Merge: 4d0183a8 c9be1e28
8787
# Author: Kenneth Benzie (Benie) <[email protected]>
88-
# Date: Mon Mar 18 23:56:24 2024 +0000
89-
# Merge pull request #1255 from fabiomestre/fabio/add_global_variable_pointer
90-
# [SPEC] Add urProgramGetGlobalVariablePointer entrypoint
91-
set(UNIFIED_RUNTIME_TAG 4d0183a8e3152f7c5b7a814d5001c90cb2412051)
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)
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)