File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
56
56
include (FetchContent )
57
57
58
58
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
59
- # commit 534071e52f84bad1dd7fb210a360414507f3b3ae
60
- # Merge: 9fc82304 d164792b
59
+ # commit 04799e735a7ddd0839568b25bf03fa8f77160b7d
60
+ # Merge: 534071e5 4cf02cb9
61
61
# Author: Kenneth Benzie (Benie) <[email protected] >
62
- # Date: Wed Nov 15 10:51:54 2023 +0000
63
- # Merge pull request #1077 from fabiomestre/fabio/combines_fixes_cuda_hip
64
- # [CUDA][HIP] Combined CTS Fixes
65
- set (UNIFIED_RUNTIME_TAG 534071e52f84bad1dd7fb210a360414507f3b3ae )
62
+ # Date: Mon Nov 20 10:24:50 2023 +0000
63
+ # Merge pull request #1048 from callumfare/opencl_fix_urMemBufferCreate_leak
64
+ # [OpenCL] Fix memory leak and coverity issue with struct-to-array casts
65
+ set (UNIFIED_RUNTIME_TAG 04799e735a7ddd0839568b25bf03fa8f77160b7d )
66
66
67
67
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
68
68
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments