Skip to content

Commit 177389b

Browse files
committed
[SYCL][CUDA] Update UMF in UR to fix issue in LLVM
Update UMF to the latest commit: commit 5a515c56c92be75944c8246535c408cee7711114 Author: Lukasz Dorau <[email protected]> Date: Mon Feb 17 10:56:05 2025 +0100 Merge pull request #1086 from vinser52/svinogra_l0_linking to fix the issue in LLVM (SYCL/CUDA): #16944 [SYCL][CUDA] Nsys profiling broken after memory providers change Fixes: #16944 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 0dfb947 commit 177389b

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
122122
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
123123
endfunction()
124124

125-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
125+
set(UNIFIED_RUNTIME_REPO "https://github.com/ldorau/unified-runtime.git")
126126
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
+23-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# commit d03f19a88e42cb98be9604ff24b61190d1e48727
2-
# Merge: 3ce6fcc9 84454b0e
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Thu Feb 13 11:43:34 2025 +0000
5-
# Merge pull request #2680 from ldorau/Set_UMF_CUDA_INCLUDE_DIR_to_not_fetch_cudart_from_gitlab
6-
# Do not fetch cudart from gitlab for UMF
7-
set(UNIFIED_RUNTIME_TAG d03f19a88e42cb98be9604ff24b61190d1e48727)
1+
# commit 0db6d071b88d33e785c2c50ca2de8f744564ef7f (HEAD -> common_update_UMF_to_fix_issue_in_LLVM_SYCL_CUDA, origin/common_update_UMF_to_fix_issue_in_LLVM_SYCL_CUDA)
2+
# Author: Lukasz Dorau <[email protected]>
3+
# Date: Mon Feb 17 11:35:42 2025 +0100
4+
#
5+
# common: update UMF to fix issue in LLVM (SYCL/CUDA)
6+
#
7+
# Update UMF to the latest commit:
8+
#
9+
# commit 5a515c56c92be75944c8246535c408cee7711114
10+
# Author: Lukasz Dorau <[email protected]>
11+
# Date: Mon Feb 17 10:56:05 2025 +0100
12+
# Merge pull request #1086 from vinser52/svinogra_l0_linking
13+
#
14+
# to fix the issue in LLVM (SYCL/CUDA):
15+
#
16+
# https://github.com/intel/llvm/issues/16944
17+
# [SYCL][CUDA] Nsys profiling broken after memory providers change
18+
#
19+
# Fixes: https://github.com/intel/llvm/issues/16944
20+
#
21+
# Signed-off-by: Lukasz Dorau <[email protected]>
22+
#
23+
set(UNIFIED_RUNTIME_TAG 0db6d071b88d33e785c2c50ca2de8f744564ef7f)

0 commit comments

Comments
 (0)