Skip to content

Commit

Permalink
External heap mrfd for fetch atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed Apr 12, 2024
1 parent 5989975 commit 4255c12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/transport_ofi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1304,9 +1304,17 @@ void shmem_transport_fetch_atomic(shmem_transport_ctx_t* ctx, void *target,
ret = fi_fetch_atomic(ctx->ep,
source,
1,
#ifdef USE_FI_HMEM
&shmem_transport_ofi_external_heap_mrfd,
#else
NULL,
#endif
dest,
#ifdef USE_FI_HMEM
&shmem_transport_ofi_external_heap_mrfd,
#else
NULL,
#endif
GET_DEST(dst),
(uint64_t) addr,
key,
Expand Down

0 comments on commit 4255c12

Please sign in to comment.