Skip to content

Commit e925b2b

Browse files
authored
[SYCL][CUDA] Update UMF in UR to fix issue in LLVM (#17034)
Update UMF to the 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 Moved from: oneapi-src/unified-runtime#2708 Fixes: #16944 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent a7e381f commit e925b2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unified-runtime/source/common/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ if (NOT DEFINED UMF_REPO)
4040
endif()
4141

4242
if (NOT DEFINED UMF_TAG)
43-
# commit ace9f4a60b686463fdad15cd016c548237cb79e0
44-
# Author: Rafał Rudnicki <rafal.rudnicki@intel.com>
45-
# Date: Mon Feb 10 11:39:15 2025 +0100
46-
# Merge pull request #1088 from ldorau/Fix_remove_CUDA_ERROR_INVALID_RESOURCE_TYPE
47-
set(UMF_TAG ace9f4a60b686463fdad15cd016c548237cb79e0)
43+
# commit 5a515c56c92be75944c8246535c408cee7711114
44+
# Author: Lukasz Dorau <lukasz.dorau@intel.com>
45+
# Date: Mon Feb 17 10:56:05 2025 +0100
46+
# Merge pull request #1086 from vinser52/svinogra_l0_linking
47+
set(UMF_TAG 5a515c56c92be75944c8246535c408cee7711114)
4848
endif()
4949

5050
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")

0 commit comments

Comments
 (0)