Skip to content

Commit 62690ad

Browse files
hdelankbenzie
andauthored
[UR] Run CI for Revert HIP prefetch (#11893)
Run CI for oneapi-src/unified-runtime#936 Depends on #11718 merging first. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 9ab06d1 commit 62690ad

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ 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 109ed46ee55f41317d35b2a9a20fa7a2029e9e64
61-
# Merge: 31b654f9 23005313
60+
# commit 712d79120e0a9293daf5741f9c0b5269ddd862ce
6261
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Wed Nov 22 16:04:52 2023 +0000
64-
# Merge pull request #966 from martygrant/martin/openclCommandBuffers
65-
# [OpenCL] Add Command Buffer extension to OpenCL adapter.
66-
set(UNIFIED_RUNTIME_TAG 109ed46ee55f41317d35b2a9a20fa7a2029e9e64)
62+
# Date: Fri Nov 24 12:34:51 2023 +0000
63+
# Set version to v0.8.0
64+
set(UNIFIED_RUNTIME_TAG v0.8.0)
6765

6866
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6967
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)