File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit cd97e172cbbfc411fccb0b80e0fff6f9126574f4
61
- # Merge: bd745d10 2a9ded6f
62
- # Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Fri Feb 2 14:24:16 2024 +0000
64
- # Merge pull request #1249 from GeorgeWeb/georgi/hip_memadvise_coarse_grained
65
- # [HIP] Implement coarse-grained memory advice for the HIP adapter
66
- set (UNIFIED_RUNTIME_TAG cd97e172cbbfc411fccb0b80e0fff6f9126574f4 )
60
+ # commit c0b1f13d94966090a1bb982b3bd747b30b9ef9d3
61
+ # Merge: 475ce8b4 cf806c37
62
+ # Author: aarongreig <[email protected] >
63
+ # Date: Mon Feb 5 13:41:50 2024 +0000
64
+ # Merge pull request #1240 from cppchedy/chedy/fix-bi-copy-image
65
+ #
66
+ # [Bindless][exp] 1D Image copy fix
67
+ set (UNIFIED_RUNTIME_TAG c0b1f13d94966090a1bb982b3bd747b30b9ef9d3 )
67
68
68
69
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
70
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments