Skip to content

Commit

Permalink
Removed external mrfd from fetch_atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed Apr 23, 2024
1 parent 4255c12 commit 261ba73
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/transport_ofi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1304,17 +1304,9 @@ 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 261ba73

Please sign in to comment.