PaStiX Handbook 6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_zcores.h"
#include "pastix_starpu.h"
#include "pastix_zstarpu.h"
#include "codelets.h"
Go to the source code of this file.
Functions | |
static void | fct_cblk_zgemmsp_cpu (void *descr[], void *cl_arg) |
StarPU CPU implementation. | |
void | starpu_task_cblk_zgemmsp (sopalin_data_t *sopalin_data, pastix_coefside_t sideA, pastix_coefside_t sideB, pastix_trans_t trans, const SolverCblk *cblk, const SolverBlok *blok, SolverCblk *fcblk, int prio) |
StarPU GPU implementation. | |
StarPU codelets for blas-like functions
Definition in file codelet_cblk_zgemmsp.c.