Skip to content

Commit 3e3a7dd

Browse files
committed
[UR][L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0
pre-commit PR for oneapi-src/unified-runtime#1486 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a318776 commit 3e3a7dd

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
@@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8282
endfunction()
8383

8484
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 03b71483168c091d08d86dec8b1f1c76bff19af5
86-
# Merge: 535f4b94 e0415a0a
87-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
88-
# Date: Tue Apr 2 16:08:34 2024 +0200
89-
# Merge pull request #1432 from RossBrunton/ross/testfix
90-
# [CTS] Don't segfault when failing to load a kernel
91-
set(UNIFIED_RUNTIME_TAG 03b71483168c091d08d86dec8b1f1c76bff19af5)
85+
# commit 065bf2dd97b58a4ceeb2fb83eed1df9319e61c59
86+
# Merge: b9153547 ec773e6c
87+
# Author: aarongreig <aaron.greig@codeplay.com>
88+
# Date: Fri Apr 5 14:26:59 2024 +0100
89+
# Merge pull request #1486 from nrspruit/fix_memfree_report
90+
# [L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0
91+
set(UNIFIED_RUNTIME_TAG 065bf2dd97b58a4ceeb2fb83eed1df9319e61c59)
9292

9393
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9494
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)