Skip to content

Commit de9de8f

Browse files
aarongreigkbenzie
authored andcommitted
1 parent 6bf9c3f commit de9de8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 6465c983ab623e10cdfa33f5a55f16527c6e0cb8
60+
# commit e9f363d5eed413e53f9f96b0f4550921d5fb86b3
6161
# Author: aarongreig <[email protected]>
62-
# Date: Fri Apr 12 10:22:00 2024 +0100
63-
# Merge pull request #1498 from wenju-he/ZeImageDesc-urMemImageCreateWithNativeHandle
64-
# [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
65-
set(UNIFIED_RUNTIME_TAG 6465c983ab623e10cdfa33f5a55f16527c6e0cb8)
62+
# Date: Tue Apr 16 10:10:10 2024 +0100
63+
# Merge pull request #1507 from nrspruit/fix_p2p_properties_init
64+
# [L0] Fix to p2p properties init for pNext and stype
65+
set(UNIFIED_RUNTIME_TAG e9f363d5eed413e53f9f96b0f4550921d5fb86b3)
6666

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

0 commit comments

Comments
 (0)