Skip to content

Commit

Permalink
[UR][CL] Handle INTERMEDIATE binary type (intel#12562)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie authored Feb 2, 2024
1 parent 35f9696 commit faad41d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

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

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit faad41d

Please sign in to comment.