Skip to content

Commit c05b8f1

Browse files
committed
accelerator/cuda: fix get_memkind func name
fix the name of the get_memkind interface in the cuda component to match the name that was registered. Signed-off-by: Edgar Gabriel <[email protected]>
1 parent 7cb2fee commit c05b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/accelerator/cuda/accelerator_cuda.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ static int accelerator_cuda_get_mem_bw(int device, float *bw)
12221222
return OPAL_SUCCESS;
12231223
}
12241224

1225-
static void mca_accelerator_cuda_get_memkind (ompi_memkind_t *memkind)
1225+
static void accelerator_cuda_get_memkind (ompi_memkind_t *memkind)
12261226
{
12271227
memkind->im_name = strdup("cuda");
12281228
memkind->im_no_restrictors = false;

0 commit comments

Comments
 (0)