Skip to content

Commit 7348bc5

Browse files
committed
1 parent 8ea8566 commit 7348bc5

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
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

5656
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57-
# commit 612a263613b235b0257fcaf2f128fc61b06e0c24
58-
# Merge: 7db941d 55409e4
57+
# commit ec7982bac6cb3a6b9ed610cd6b7cb41fcbc780dc
58+
# Merge: 62e6d2f9 5fb82924
5959
# Author: Kenneth Benzie (Benie) <[email protected]>
60-
# Date: Tue Nov 7 10:21:37 2023 +0000
61-
# Merge pull request #1011 from fabiomestre/fabio/fix_opencl_leak
62-
# [OpenCL] Fix memory leak
63-
set(UNIFIED_RUNTIME_TAG 612a263613b235b0257fcaf2f128fc61b06e0c24)
60+
# Date: Wed Nov 8 13:32:46 2023 +0000
61+
# Merge pull request #1022 from 0x12CC/l0_usm_error_checking_2
62+
# [UR][L0] Propagate OOM errors from `USMAllocationMakeResident`
63+
set(UNIFIED_RUNTIME_TAG ec7982bac6cb3a6b9ed610cd6b7cb41fcbc780dc)
6464

6565
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6666
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)