Skip to content

Commit faad41d

Browse files
authored
[UR][CL] Handle INTERMEDIATE binary type (intel#12562)
oneapi-src/unified-runtime#1302
1 parent 35f9696 commit faad41d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit d216eb44d5c9fe3433eecdd09b10e3e79ac25bd7
61-
# Merge: 40517d2b fc1f3066
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
60+
# commit 9363574db721d2388c7d76a10edb128764872352
61+
# Merge: 553a6b82 5e513738
6262
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63-
# Date: Wed Jan 31 10:38:07 2024 +0000
64-
# Merge pull request #1226 from hdelan/get-native-mem-on-device2
65-
# [UR] Add extra param to urMemGetNativeHandle
66-
set(UNIFIED_RUNTIME_TAG d216eb44d5c9fe3433eecdd09b10e3e79ac25bd7)
63+
# Date: Thu Feb 1 11:50:16 2024 +0000
64+
# Merge pull request #1302 from kbenzie/benie/cl-binary-type-intermediate
65+
# [CL] Handle INTERMEDIATE binary type
66+
set(UNIFIED_RUNTIME_TAG 9363574db721d2388c7d76a10edb128764872352)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)