File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -251,11 +251,12 @@ if(LINUX)
251251
252252 set_tests_properties (${EXAMPLE_NAME} PROPERTIES
253253 SKIP_RETURN_CODE ${UMF_TEST_SKIP_RETURN_CODE} )
254- set (EXAMPLE_NAME umf_example_file_provider)
254+
255+ set (EXAMPLE_NAME umf_example_custom_file_provider)
255256
256257 add_umf_executable(
257258 NAME ${EXAMPLE_NAME}
258- SRCS custom_provider/file_provider .c
259+ SRCS custom_file_provider/custom_file_provider .c
259260 LIBS umf ${LIBHWLOC_LIBRARIES} )
260261
261262 target_include_directories (
File renamed without changes.
Original file line number Diff line number Diff line change 127127Custom memory provider
128128==============================================================================
129129
130- You can find the full examples code in the `examples/custom_provider/file_provider .c `_ file
130+ You can find the full examples code in the `examples/custom_file_provider/custom_file_provider .c `_ file
131131in the UMF repository.
132132
133133TODO
@@ -212,7 +212,7 @@ the :any:`umfCloseIPCHandle` function is called.
212212.. _examples/level_zero_shared_memory/level_zero_shared_memory.c : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/level_zero_shared_memory/level_zero_shared_memory.c
213213.. _examples/cuda_shared_memory/cuda_shared_memory.c : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/cuda_shared_memory/cuda_shared_memory.c
214214.. _examples/ipc_level_zero/ipc_level_zero.c : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/ipc_level_zero/ipc_level_zero.c
215- .. _examples/custom_provider/file_provider .c : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/custom_provider/file_provider .c
215+ .. _examples/custom_file_provider/custom_file_provider .c : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/custom_file_provider/custom_file_provider .c
216216.. _examples/memspace : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/memspace/
217217.. _README : https://github.com/oneapi-src/unified-memory-framework/blob/main/README.md#memory-pool-managers
218218.. _umf/ipc.h : https://github.com/oneapi-src/unified-memory-framework/blob/main/include/umf/ipc.h
You can’t perform that action at this time.
0 commit comments