Skip to content

Commit dcfe7f8

Browse files
committed
[UR] Set tag to v0.8.3
1 parent 6c7c2f4 commit dcfe7f8

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 6032f6fde37eeadcc3f12c10460e3ffec161dd33
61-
# Merge: 92f44da3 f9ad3d42
60+
# commit 2d27a62757ba2f2f4a47ed0a0e86254081634419
6261
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Mon Jan 22 12:30:12 2024 +0000
64-
# Merge pull request #1259 from igchor/fix_sync
65-
# [L0] do not ignore returned values from zeHostSynchronize
66-
set(UNIFIED_RUNTIME_TAG 6032f6fde37eeadcc3f12c10460e3ffec161dd33)
62+
# Date: Mon Jan 22 12:31:47 2024 +0000
63+
# Set version to v0.8.3
64+
set(UNIFIED_RUNTIME_TAG v0.8.3)
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)