Skip to content

Commit 7464f90

Browse files
committed
UR TAG CHANGE
1 parent 6aac9ac commit 7464f90

File tree

1 file changed

+7
-36
lines changed

1 file changed

+7
-36
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -94,24 +94,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9494
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
9595
endfunction()
9696

97-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit 4c69624c3f651819210148ad11d0e1e5c9af12de
99-
# Merge: ea009363 f04b44c3
100-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
101-
# Date: Mon May 13 11:56:12 2024 +0100
102-
# Merge pull request #1532 from AllanZyne/review/yang/local_accessor
103-
# [DeviceSanitizer] Check out-of-bounds on sycl::local_accessor
104-
set(UNIFIED_RUNTIME_TAG 4c69624c3f651819210148ad11d0e1e5c9af12de)
97+
# DO NOT MERGE, TAG CHANGES
98+
set(UNIFIED_RUNTIME_REPO "https://github.com/jchlanda/unified-runtime.git")
99+
set(UNIFIED_RUNTIME_TAG c893a3c4426304ab4b1f9d2b8dcace2ac2e82812)
105100

106101
fetch_adapter_source(level_zero
107102
${UNIFIED_RUNTIME_REPO}
108-
# commit 65c39c8a0cc17ebb43686230f91e1c3560764494
109-
# Merge: 09467b8d f67122c0
110-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
111-
# Date: Thu May 16 11:11:37 2024 +0100
112-
# Merge pull request #1611 from nrspruit/fix_interop_wg_max_size
113-
# [L0] ensure a valid kernel handle for the device when reading max wg
114-
65c39c8a0cc17ebb43686230f91e1c3560764494
103+
${UNIFIED_RUNTIME_TAG}
115104
)
116105

117106
fetch_adapter_source(opencl
@@ -121,35 +110,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
121110

122111
fetch_adapter_source(cuda
123112
${UNIFIED_RUNTIME_REPO}
124-
# commit 1ff111c12ea5bcb7b524dc377237c997fd884b8f
125-
# Merge: 50452b75 28393448
126-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
127-
# Date: Wed May 15 13:30:30 2024 +0100
128-
# Merge pull request #1596 from Bensuo/cuda_bool
129-
# [CUDA] Change `bool` variable type to `unsigned int`
130-
1ff111c12ea5bcb7b524dc377237c997fd884b8f
113+
${UNIFIED_RUNTIME_TAG}
131114
)
132115

133116
fetch_adapter_source(hip
134117
${UNIFIED_RUNTIME_REPO}
135-
# commit 09467b8d370f304d24bf093d37ee4554b3db2da0
136-
# Merge: 1c1fa634 4cbf2106
137-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
138-
# Date: Thu May 16 11:04:05 2024 +0100
139-
# Merge pull request #1553 from hdelan/get-device-from-queue
140-
# [HIP] Get device from queue, not event
141-
09467b8d370f304d24bf093d37ee4554b3db2da0
118+
${UNIFIED_RUNTIME_TAG}
142119
)
143120

144121
fetch_adapter_source(native_cpu
145122
${UNIFIED_RUNTIME_REPO}
146-
# commit 50452b75f0d1d7434f5beb4febd642af59a994ff
147-
# Merge: 78b8e3e3 fa084d0a
148-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
149-
# Date: Wed May 15 10:37:42 2024 +0100
150-
# Merge pull request #1477 from PietroGhg/pietro/reqd_work_group_size
151-
# [NATIVECPU] Support reqd_work_group_size on Native CPU
152-
50452b75f0d1d7434f5beb4febd642af59a994ff
123+
${UNIFIED_RUNTIME_TAG}
153124
)
154125

155126
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)

0 commit comments

Comments
 (0)