Skip to content

Commit

Permalink
[SYCL][CUDA] Update UMF to fix issue in LLVM
Browse files Browse the repository at this point in the history
Update UMF to the commit:

commit 5a515c56c92be75944c8246535c408cee7711114
Author: Lukasz Dorau <[email protected]>
Date:   Mon Feb 17 10:56:05 2025 +0100
Merge pull request intel#1086 from vinser52/svinogra_l0_linking

to fix the issue in LLVM (SYCL/CUDA):

intel#16944
[SYCL][CUDA] Nsys profiling broken after memory providers change

Fixes: intel#16944

Signed-off-by: Lukasz Dorau <[email protected]>
  • Loading branch information
ldorau committed Feb 19, 2025
1 parent ba6cc2c commit 79f58e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions unified-runtime/source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ if (NOT DEFINED UMF_REPO)
endif()

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

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

0 comments on commit 79f58e2

Please sign in to comment.