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 cbffacd commit 84b5888Copy full SHA for 84b5888
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -65,6 +65,10 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
65
# [EXP][CMDBUF] Move event reset commands to dedicated cmd-list
66
set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd)
67
68
+ # DO NOT MERGE
69
+ set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git")
70
+ set(UNIFIED_RUNTIME_TAG refactor-guess-local-worksize)
71
+
72
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
73
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
74
endif()
0 commit comments