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 0c75c07 commit 87b1348Copy full SHA for 87b1348
examples/common/utils_examples.h renamed to examples/common/examples_utils.h
examples/memspace_hmat/memspace_hmat.c
@@ -15,7 +15,7 @@
15
#include <stdio.h>
16
#include <string.h>
17
18
-#include "utils_examples.h"
+#include "examples_utils.h"
19
20
// Function to create a memory provider which allocates memory from the specified NUMA node
21
int createMemoryProvider(umf_memory_provider_handle_t *hProvider,
examples/memspace_numa/memspace_numa.c
// by using umfMemspaceCreateFromNumaArray
0 commit comments