Skip to content

Commit bdda699

Browse files
authored
Merge pull request #13097 from edgargabriel/topic/cuda-memkind-fix
accelerator/cuda: fix get_memkind func name
2 parents 7cb2fee + c05b8f1 commit bdda699

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)