Skip to content

Commit

Permalink
[UR][L0] Fix DeviceInfo global mem free to report unsupported given M…
Browse files Browse the repository at this point in the history
…emCount==0

pre-commit PR for oneapi-src/unified-runtime#1486

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Apr 5, 2024
1 parent a318776 commit 3e3a7dd
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 @@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

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

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 3e3a7dd

Please sign in to comment.