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 00a7e36 commit b8ff809Copy full SHA for b8ff809
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -56,12 +56,12 @@ endif()
56
if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
include(FetchContent)
58
59
- set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
+ set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git")
60
# commit 712d79120e0a9293daf5741f9c0b5269ddd862ce
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)
+ set(UNIFIED_RUNTIME_TAG 28590a82e9a4b63612f7319760dae4f0d02c9d3b)
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