PaStiX Handbook 6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_ccores.h"
#include "pastix_starpu.h"
#include "pastix_cstarpu.h"
#include "codelets.h"
Go to the source code of this file.
Functions | |
static void | fct_blok_cscalo_cpu (void *descr[], void *cl_arg) |
StarPU CPU implementation. | |
CODELETS_CPU (blok_cscalo, 3) | |
void | starpu_task_blok_cscalo (sopalin_data_t *sopalin_data, pastix_trans_t trans, const SolverCblk *cblk, SolverBlok *blok, int prio) |
TODO. | |
Variables | |
static struct starpu_perfmodel | starpu_blok_cscalo_model |
Functions to profile the codelet. | |
StarPU codelets for blas-like functions
Definition in file codelet_blok_cscalo.c.