Skip to content

Commit 781b75a

Browse files
yingcong-wukbenzie
andauthored
[UR] Test for unified runtime PR (#12902)
UR PR: oneapi-src/unified-runtime#1385 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent db54535 commit 781b75a

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
@@ -100,13 +100,13 @@ 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 5083f4f96557672b7b6a55ea53347896d40549d7
104-
# Merge: a97eed15 4c3f9abe
103+
# commit 755a1e75e24ed55070a0f457d2d8a676521ad4f7
104+
# Merge: 6469b890 5593d84c
105105
# Author: Kenneth Benzie (Benie) <[email protected]>
106-
# Date: Fri May 31 17:20:01 2024 +0100
107-
# Merge pull request #1397 from GeorgeWeb/georgi/check-allocation-error-on-event-from-native-handle
108-
# [CUDA][HIP] Catch and report bad_alloc errors for event object creation
109-
set(UNIFIED_RUNTIME_TAG 5083f4f96557672b7b6a55ea53347896d40549d7)
106+
# Date: Tue Jun 4 10:34:57 2024 +0100
107+
# Merge pull request #1385 from yingcong-wu/yc/new-api-suggestgroupsize
108+
# Implement urKernelGetSuggestedLocalWorkSize
109+
set(UNIFIED_RUNTIME_TAG 755a1e75e24ed55070a0f457d2d8a676521ad4f7)
110110

111111
fetch_adapter_source(level_zero
112112
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)