Skip to content

Commit

Permalink
TMP: bump UR
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed May 10, 2024
1 parent b1d20f3 commit 20f158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC

message(STATUS "Download Unified Memory Framework from github.com")
if (NOT DEFINED UMF_REPO)
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
set(UMF_REPO "https://github.com/igchor/unified-memory-framework.git")
endif()

if (NOT DEFINED UMF_TAG)
# Merge pull request #451 from ldorau/Add_IPC_shared_memory_example_using_the_ipc.h_API
set(UMF_TAG 6fc3e56b4870184dec70613359c4db2ef7f1180a)
set(UMF_TAG 403b6293bb5e24d5a28f8006a3181544a166e8de)
endif()

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

0 comments on commit 20f158c

Please sign in to comment.