Skip to content

Commit 6d02d59

Browse files
committed
disable UMF CUDA provider
This was an accidental change that made UR needlessly fetch cuda headers. The CUDA provider is still WIP and isn't used anywhere but in UMF tests.
1 parent d9a01d2 commit 6d02d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
5353
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "Build UMF examples")
5454
set(UMF_BUILD_SHARED_LIBRARY ${UMF_BUILD_SHARED_LIBRARY} CACHE INTERNAL "Build UMF shared library")
5555
set(UMF_BUILD_LIBUMF_POOL_DISJOINT ON CACHE INTERNAL "Build Disjoint Pool")
56+
set(UMF_BUILD_CUDA_PROVIDER OFF CACHE INTERNAL "Build UMF CUDA provider")
5657

5758
FetchContent_MakeAvailable(unified-memory-framework)
5859
FetchContent_GetProperties(unified-memory-framework)

0 commit comments

Comments
 (0)