Skip to content

Commit 40c2781

Browse files
nrspruitkbenzie
authored andcommitted
[UR][L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0 (intel#13209)
pre-commit PR for oneapi-src/unified-runtime#1486 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 4627abf commit 40c2781

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 1ee81f480fc9d6645eb8cb61acfc53f809ce8d69
60+
# commit 65af257bb4adeb59c7cdfec9246e6b4fc4312343
6161
# Author: aarongreig <[email protected]>
62-
# Date: Tue Apr 2 10:14:23 2024 +0100
63-
# Merge pull request #1450 from kbenzie/benie/cl-fpga-atomic-memory-order-caps
64-
# [CL] Atomic fence scope capability for Intel FPGA driver
65-
set(UNIFIED_RUNTIME_TAG 1ee81f480fc9d6645eb8cb61acfc53f809ce8d69)
62+
# Date: Fri Apr 5 14:26:59 2024 +0100
63+
# Merge pull request #1486 from nrspruit/fix_memfree_report
64+
# [L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0
65+
set(UNIFIED_RUNTIME_TAG 65af257bb4adeb59c7cdfec9246e6b4fc4312343)
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)