PaStiX Handbook
6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_scores.h"
#include "pastix_starpu.h"
#include "pastix_sstarpu.h"
#include "codelets.h"
Go to the source code of this file.
Functions | |
static pastix_fixdbl_t | fct_cblk_sgemmsp_cost (struct starpu_task *task, struct starpu_perfmodel_arch *arch, unsigned nimpl) |
Cost model function. More... | |
static void | fct_cblk_sgemmsp_cpu (void *descr[], void *cl_arg) |
StarPU CPU implementation. More... | |
void | starpu_task_cblk_sgemmsp (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. More... | |
StarPU codelets for blas-like functions
Definition in file codelet_cblk_sgemmsp.c.