We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b2630 + aa55774 commit a26f28aCopy full SHA for a26f28a
opal/mca/accelerator/rocm/accelerator_rocm_module.c
@@ -16,6 +16,7 @@
16
#include "opal/constants.h"
17
#include "opal/util/output.h"
18
#include "ompi/info/info_memkind.h"
19
+#include <string.h>
20
21
/* Accelerator API's */
22
static int mca_accelerator_rocm_check_addr(const void *addr, int *dev_id, uint64_t *flags);
0 commit comments