Skip to content

Commit dacaac4

Browse files
committed
[UR][L0] Enable Counter Based Events by default for immediate command lists
-pre-commit PR for oneapi-src/unified-runtime#1897 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 0119d48 commit dacaac4

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9898
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
9999
endfunction()
100100

101-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
102-
# commit 2baf095188b235bb2b0a0140f0187d2041aef4b0
103-
# Merge: 3d8fe8d2 58f85278
104-
# Author: Piotr Balcer <[email protected]>
105-
# Date: Fri Jul 26 12:06:22 2024 +0200
106-
# Merge pull request #1900 from kswiecicki/umf-version-bump
107-
# Bump UMF version
108-
set(UNIFIED_RUNTIME_TAG 58f85278a4ebf37742dd10afb3350580b0b1d9d7)
109-
110-
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
111-
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
112-
# to link statically on windows
113-
if(WIN32)
114-
set(UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library")
115-
set(UMF_LINK_HWLOC_STATICALLY ON CACHE INTERNAL "static HWLOC")
116-
endif()
101+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
102+
set(UNIFIED_RUNTIME_TAG 5b1d9b5a0588ece20fae4df6139757aff2517ff6)
117103

118104
fetch_adapter_source(level_zero
119105
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)