Skip to content

Commit

Permalink
Remove duplicate function declarations in ofi_hmem
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxiyan committed Nov 17, 2023
1 parent 4ec30a3 commit 51c9278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/ofi_hmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ int cuda_open_handle(void **handle, size_t size, uint64_t device,
void **ipc_ptr);
int cuda_close_handle(void *ipc_ptr);
int cuda_get_base_addr(const void *ptr, size_t len, void **base, size_t *size);
int cuda_dev_register(const void *addr, size_t size, uint64_t *handle);
int cuda_dev_unregister(uint64_t handle);
int cuda_dev_reg_copy_to_hmem(uint64_t handle, void *dest, const void *src,
size_t size);
int cuda_dev_reg_copy_from_hmem(uint64_t handle, void *dest, const void *src,
size_t size);

bool cuda_is_ipc_enabled(void);
int cuda_get_ipc_handle_size(size_t *size);
Expand Down

0 comments on commit 51c9278

Please sign in to comment.