Skip to content

Remove the Coarse provider #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 0 additions & 116 deletions include/umf/providers/provider_coarse.h

This file was deleted.

1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ set(UMF_SOURCES
memspaces/memspace_highest_bandwidth.c
memspaces/memspace_lowest_latency.c
memspaces/memspace_numa.c
provider/provider_coarse.c
provider/provider_cuda.c
provider/provider_devdax_memory.c
provider/provider_file_memory.c
Expand Down
2 changes: 0 additions & 2 deletions src/libumf.def
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ EXPORTS
umfTearDown
umfGetCurrentVersion
umfCloseIPCHandle
umfCoarseMemoryProviderGetStats
umfCoarseMemoryProviderOps
umfCUDAMemoryProviderOps
umfCUDAMemoryProviderParamsCreate
umfCUDAMemoryProviderParamsDestroy
Expand Down
2 changes: 0 additions & 2 deletions src/libumf.map
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ UMF_1.0 {
umfTearDown;
umfGetCurrentVersion;
umfCloseIPCHandle;
umfCoarseMemoryProviderGetStats;
umfCoarseMemoryProviderOps;
umfCUDAMemoryProviderOps;
umfCUDAMemoryProviderParamsCreate;
umfCUDAMemoryProviderParamsDestroy;
Expand Down
Loading
Loading