Skip to content

Commit e0324da

Browse files
authored
[SYCL][Bindless] 1D Image copy fix (#12342)
Fix copying problem for 1d images in both directions, from device to host and host to device.
1 parent bd86f04 commit e0324da

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
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)
6768

6869
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6970
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)