File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ target_include_directories(ur_common PUBLIC
3636
3737message (STATUS "Download Unified Memory Framework from github.com" )
3838if (NOT DEFINED UMF_REPO)
39- set (UMF_REPO "https://github.com/oneapi-src /unified-memory-framework.git" )
39+ set (UMF_REPO "https://github.com/igchor /unified-memory-framework.git" )
4040endif ()
4141
4242if (NOT DEFINED UMF_TAG)
4343 # commit ace9f4a60b686463fdad15cd016c548237cb79e0
4444 # Author: Rafał Rudnicki <rafal.rudnicki@intel.com>
4545 # Date: Mon Feb 10 11:39:15 2025 +0100
4646 # Merge pull request #1088 from ldorau/Fix_remove_CUDA_ERROR_INVALID_RESOURCE_TYPE
47- set (UMF_TAG ace9f4a60b686463fdad15cd016c548237cb79e0 )
47+ set (UMF_TAG 05d5f1a190f209794979daae22dd7daf7b66be44 )
4848endif ()
4949
5050message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments