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)
251
251
252
252
set_tests_properties (${EXAMPLE_NAME} PROPERTIES
253
253
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 )
255
256
256
257
add_umf_executable (
257
258
NAME ${EXAMPLE_NAME}
258
- SRCS custom_provider/file_provider .c
259
+ SRCS custom_file_provider/custom_file_provider .c
259
260
LIBS umf ${LIBHWLOC_LIBRARIES} )
260
261
261
262
target_include_directories (
File renamed without changes.
Original file line number Diff line number Diff line change 127
127
Custom memory provider
128
128
==============================================================================
129
129
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
131
131
in the UMF repository.
132
132
133
133
TODO
@@ -212,7 +212,7 @@ the :any:`umfCloseIPCHandle` function is called.
212
212
.. _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
213
213
.. _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
214
214
.. _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
216
216
.. _examples/memspace : https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/memspace/
217
217
.. _README : https://github.com/oneapi-src/unified-memory-framework/blob/main/README.md#memory-pool-managers
218
218
.. _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