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) |
Variables | |
struct starpu_data_interface_ops | starpu_interface_matrix_ops |
struct starpu_data_interface_ops | starpu_interface_block_ops |
struct starpu_data_interface_ops | starpu_interface_vector_ops |
struct starpu_data_interface_ops | starpu_interface_csr_ops |
struct starpu_data_interface_ops | starpu_interface_bcsr_ops |
struct starpu_data_interface_ops | starpu_interface_variable_ops |
struct starpu_data_interface_ops | starpu_interface_void_ops |
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.
|
extern |
Some data interfaces or filters use this interface internally