|
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_cgemmsp_cpu (void *descr[], void *cl_arg) |
| StarPU CPU implementation. | |
| void | starpu_task_blok_cgemmsp (sopalin_data_t *sopalin_data, pastix_coefside_t sideA, pastix_coefside_t sideB, pastix_trans_t trans, SolverCblk *cblk, SolverCblk *fcblk, const SolverBlok *blokA, const SolverBlok *blokB, int prio) |
| StarPU GPU implementation. | |
StarPU codelets for blas-like functions
Definition in file codelet_blok_cgemmsp.c.