|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include <starpu.h>#include <starpu_profiling.h>#include "common.h"#include "codelets.h"#include "profiling.h"#include "codelet_profile.h"#include "workspace.h"Go to the source code of this file.
Macros | |
| #define | BLKADDR(desc, type, m, n) ( (starpu_data_handle)morse_desc_getaddr( desc, m, n ) ) |
Functions | |
| void | starpu_Insert_Task (starpu_codelet *cl,...) |
| void | starpu_unpack_cl_args (void *_cl_arg,...) |
| void | splagma_set_reduction_methods (starpu_data_handle handle, PLASMA_enum dtyp) |
MAGMA codelets kernel MAGMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver, and INRIA Bordeaux Sud-Ouest
Definition in file morse_starpu.h.
| #define BLKADDR | ( | desc, | |
| type, | |||
| m, | |||
| n | |||
| ) | ( (starpu_data_handle)morse_desc_getaddr( desc, m, n ) ) |
Definition at line 44 of file morse_starpu.h.
| void splagma_set_reduction_methods | ( | starpu_data_handle | handle, |
| PLASMA_enum | dtyp | ||
| ) |
| void starpu_Insert_Task | ( | starpu_codelet * | cl, |
| ... | |||
| ) |
MAGMA facilities of interest to both src and magmablas directories StarPU functions
Definition at line 72 of file scheduler.c.
References __attribute__(), CALLBACK, callback_wrappers::callback_args, callback_wrappers::callback_funcs, callback_wrappers_func(), INOUT, INPUT, callback_wrappers::ncallbacks, OUTPUT, PRIORITY, REDUX, SCRATCH, and VALUE.
| void starpu_unpack_cl_args | ( | void * | _cl_arg, |
| ... | |||
| ) |
Definition at line 40 of file scheduler.c.