Skip to content

Commit 8f7105a

Browse files
committed
Apply the correct UR commit tag
1 parent 6910d2c commit 8f7105a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
130130
)
131131

132132
fetch_adapter_source(hip
133-
https://github.com/GeorgeWeb/unified-runtime.git
134-
# commit 399430da9613269a0dc8ddf605415942e0a37e9c
135-
# Merge: 39cb69ab 10b04891
133+
${UNIFIED_RUNTIME_REPO}
134+
# commit 0e32bb59e0846cbe8153c294da6d8f1cfa88075b
135+
# Merge: 2c4303c2 08b19b22
136136
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
137-
# Date: Tue Jun 4 17:15:33 2024 +0100
138-
# Merge pull request #1688 from frasercrmck/hip-enqueue-mem-readwritecopy
139-
# [HIP] Various fixes for urEnqueueMemImage(Read|Write|Copy)
140-
08b19b224c0be9cdd2073de080a3e654600007f1
137+
# Date: Thu Jun 13 14:15:42 2024 +0100
138+
# Merge pull request #1415 from GeorgeWeb/georgi/hip-atomic-memory-caps
139+
# [HIP] Enable more ordering and scope capabilities for atomic memory ops
140+
0e32bb59e0846cbe8153c294da6d8f1cfa88075b
141141
)
142142

143143
fetch_adapter_source(native_cpu

0 commit comments

Comments
 (0)