Skip to content

Commit 2ee589a

Browse files
committed
rcache/grdma: fix typo in cuda code
Fixes open-mpi#1702 Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 29d3fad commit 2ee589a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/rcache/grdma/rcache_grdma_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ static int check_for_cuda_freed_memory (mca_rcache_base_module_t *rcache, void *
483483
/* This memory has been freed. Find all registrations and delete. Ensure they are deregistered
484484
* now by passing dereg_mem as the delete function. This is safe because the vma lock is
485485
* recursive and this is only called from register. */
486-
return mca_rcache_base_vma_iterate (rcache_grdma->cache->vma_module, base, size, gc_add, NULL);
486+
return mca_rcache_base_vma_iterate (rcache_grdma->cache->vma_module, addr, size, gc_add, NULL);
487487
}
488488
#endif /* OPAL_CUDA_GDR_SUPPORT */
489489

0 commit comments

Comments
 (0)