Skip to content

Commit a26f28a

Browse files
authored
Merge pull request #13295 from Yiltan/ompi-upstream-fix
[opal/accelerator/rocm] Add missing header for memcpy
2 parents d6b2630 + aa55774 commit a26f28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/accelerator/rocm/accelerator_rocm_module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "opal/constants.h"
1717
#include "opal/util/output.h"
1818
#include "ompi/info/info_memkind.h"
19+
#include <string.h>
1920

2021
/* Accelerator API's */
2122
static int mca_accelerator_rocm_check_addr(const void *addr, int *dev_id, uint64_t *flags);

0 commit comments

Comments
 (0)