We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7a97 commit af70445Copy full SHA for af70445
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -57,11 +57,11 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
include(FetchContent)
58
59
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60
- # commit 712d79120e0a9293daf5741f9c0b5269ddd862ce
+ # commit b3de31844ca45d1815c54d85f248f13ad81b6755
61
# Author: Kenneth Benzie (Benie) <[email protected]>
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)
+ # Date: Tue Nov 28 16:21:43 2023 +0000
+ # Set version to v0.8.1
+ set(UNIFIED_RUNTIME_TAG v0.8.1)
65
66
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
67
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
0 commit comments