Skip to content

Commit 16e0670

Browse files
RossBruntonkbenzie
andauthored
[UR][OpenCL] Bump UR OpenCL adapter for invalid kernel args (#13658)
For UR merge request oneapi-src/unified-runtime#1501 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 83db85f commit 16e0670

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
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit 85771876a5c2a13e3b24c048f0c0d81720d47ccc
99-
# Merge: 42d72b66 00edaab9
98+
# commit 396fb20498c315a526c961d7cb645b42795acd2c
99+
# Merge: 719bb9cd e2ffea69
100100
# Author: Kenneth Benzie (Benie) <[email protected]>
101-
# Date: Tue May 21 10:15:03 2024 +0100
102-
# Merge pull request #1401 from ph0b/patch-1
103-
# [UR][L0] Return device version based on DeviceIpVersion
104-
set(UNIFIED_RUNTIME_TAG 85771876a5c2a13e3b24c048f0c0d81720d47ccc)
101+
# Date: Thu May 23 10:53:03 2024 +0100
102+
# Merge pull request #1501 from RossBrunton/ross/kerneltests
103+
# [Testing] Spec clarifications and testing updates for kernel
104+
set(UNIFIED_RUNTIME_TAG 396fb20498c315a526c961d7cb645b42795acd2c)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}
@@ -121,13 +121,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
121121

122122
fetch_adapter_source(cuda
123123
${UNIFIED_RUNTIME_REPO}
124-
# commit d3502dc1c1eac924736fc08529e4d5f149648fd1
125-
# Merge: c911a9b6 71420060
126-
# Author: Kenneth Benzie (Benie) <[email protected]>
127-
# Date: Wed May 22 10:38:34 2024 +0100
128-
# Merge pull request #1565 from hdelan/cuda-multi-dev-ctx
129-
# [CUDA] CUDA adapter multi device context
130-
d3502dc1c1eac924736fc08529e4d5f149648fd1
124+
${UNIFIED_RUNTIME_TAG}
131125
)
132126

133127
fetch_adapter_source(hip

0 commit comments

Comments
 (0)