Skip to content

Commit

Permalink
[UR] Bump UR tag to 04799e7 to get OpenCL adapter fixes (#11806)
Browse files Browse the repository at this point in the history
Includes UR changes from [ [OpenCL] Fix memory leak and coverity issue
with struct-to-array casts #1048
](oneapi-src/unified-runtime#1048).
  • Loading branch information
callumfare authored Nov 21, 2023
1 parent 61a803c commit c67b6d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 534071e52f84bad1dd7fb210a360414507f3b3ae
# Merge: 9fc82304 d164792b
# commit 04799e735a7ddd0839568b25bf03fa8f77160b7d
# Merge: 534071e5 4cf02cb9
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Nov 15 10:51:54 2023 +0000
# Merge pull request #1077 from fabiomestre/fabio/combines_fixes_cuda_hip
# [CUDA][HIP] Combined CTS Fixes
set(UNIFIED_RUNTIME_TAG 534071e52f84bad1dd7fb210a360414507f3b3ae)
# Date: Mon Nov 20 10:24:50 2023 +0000
# Merge pull request #1048 from callumfare/opencl_fix_urMemBufferCreate_leak
# [OpenCL] Fix memory leak and coverity issue with struct-to-array casts
set(UNIFIED_RUNTIME_TAG 04799e735a7ddd0839568b25bf03fa8f77160b7d)

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 c67b6d7

Please sign in to comment.