Skip to content

Commit e40ca5c

Browse files
committed
[UR][L0] Fix correct usage of In Order sync list given counting events
-pre-commit PR for: oneapi-src/unified-runtime#2430 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a1355e8 commit e40ca5c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit e1cc9b2cfce7f329f0f411b5b84837b511b86a2d
2-
# Merge: 5a1a81b6 b209eba8
3-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
4-
# Date: Tue Dec 10 14:29:41 2024 +0000
5-
# Merge pull request #2394 from zhaomaosu/do-alloc-use-pool
6-
# [DevASAN] Do allocation with USM pool to reduce memory overhead
7-
set(UNIFIED_RUNTIME_TAG e1cc9b2cfce7f329f0f411b5b84837b511b86a2d)
1+
# commit a172cde4bc2857dcf74b0b2907a5b0f90566e808 (HEAD, origin/main, origin/HEAD)
2+
# Merge: 1851eff47b0a cde0d4c820b0
3+
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4+
# Date: Thu Dec 5 12:29:44 2024 +0000
5+
# Merge pull request #2249 from zhaomaosu/use-device-usm-for-rtl-data
6+
# [DeviceASAN] Use device usm to sync asan runtime data instead of shared usm
7+
set(UNIFIED_RUNTIME_TAG 08acf05f2d661421a14f71c3cd1f21daa1e34908)

0 commit comments

Comments
 (0)