#include <core/workers.h>
#include <common/config.h>
#include <datawizard/node_ops.h>
Go to the source code of this file.
|
void | _starpu_cpu_preinit (void) |
|
void | _starpu_cpu_busy_cpu (unsigned num) |
|
void | _starpu_init_cpu_config (struct _starpu_machine_topology *topology, struct _starpu_machine_config *config) |
|
void | _starpu_cpu_init_worker_binding (struct _starpu_machine_config *config, int no_mp_config STARPU_ATTRIBUTE_UNUSED, struct _starpu_worker *workerarg) |
|
void | _starpu_cpu_init_worker_memory (struct _starpu_machine_config *config, int no_mp_config STARPU_ATTRIBUTE_UNUSED, struct _starpu_worker *workerarg) |
|
void * | _starpu_cpu_worker (void *) |
|
int | _starpu_cpu_copy_interface (starpu_data_handle_t handle, void *src_interface, unsigned src_node, void *dst_interface, unsigned dst_node, struct _starpu_data_request *req) |
|
int | _starpu_cpu_copy_data (uintptr_t src_ptr, size_t src_offset, unsigned src_node, uintptr_t dst_ptr, size_t dst_offset, unsigned dst_node, size_t ssize, struct _starpu_async_channel *async_channel) |
|
int | _starpu_cpu_is_direct_access_supported (unsigned node, unsigned handling_node) |
|
uintptr_t | _starpu_cpu_malloc_on_node (unsigned dst_node, size_t size, int flags) |
|
void | _starpu_cpu_free_on_node (unsigned dst_node, uintptr_t addr, size_t size, int flags) |
|