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.
1 parent 1001209 commit d020d90Copy full SHA for d020d90
opal/mca/accelerator/rocm/accelerator_rocm_module.c
@@ -13,6 +13,7 @@
13
#include "opal/mca/accelerator/base/base.h"
14
#include "opal/constants.h"
15
#include "opal/util/output.h"
16
+#include <string.h>
17
18
/* Accelerator API's */
19
static int mca_accelerator_rocm_check_addr(const void *addr, int *dev_id, uint64_t *flags);
0 commit comments