StarPU Internal Handbook
|
#include <starpu.h>
#include <common/config.h>
#include <common/uthash.h>
#include <util/openmp_runtime_support.h>
Go to the source code of this file.
Data Structures | |
union | _starpu_interface |
Macros | |
#define | _starpu_data_check_not_busy(handle) |
#define | _starpu_data_is_multiformat_handle(handle) |
Functions | |
void | _starpu_data_free_interfaces (starpu_data_handle_t handle) |
int | _starpu_data_handle_init (starpu_data_handle_t handle, struct starpu_data_interface_ops *interface_ops, unsigned int mf_node) |
void | _starpu_data_initialize_per_worker (starpu_data_handle_t handle) |
void | _starpu_data_interface_init (void) |
int | __starpu_data_check_not_busy (starpu_data_handle_t handle) STARPU_ATTRIBUTE_WARN_UNUSED_RESULT |
void | _starpu_data_interface_shutdown (void) |
struct starpu_data_interface_ops * | _starpu_data_interface_get_ops (unsigned interface_id) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
void | _starpu_data_deinitialize_submit_noplan (starpu_data_handle_t handle) |
void | _starpu_data_invalidate_submit_noplan (starpu_data_handle_t handle) |
Variables | |
struct starpu_data_interface_ops | starpu_interface_multiformat_ops |
struct starpu_arbiter * | _starpu_global_arbiter |
union _starpu_interface |
Generic type representing an interface, for now it's only used before execution on message-passing devices but it can be useful in other cases.
Data Fields | ||
---|---|---|
struct starpu_variable_interface | variable | |
struct starpu_vector_interface | vector | |
struct starpu_matrix_interface | matrix | |
struct starpu_block_interface | block | |
struct starpu_tensor_interface | tensor | |
struct starpu_csr_interface | csr | |
struct starpu_bcsr_interface | bcsr | |
struct starpu_coo_interface | coo |
|
extern |
Some data interfaces or filters use this interface internally