PaStiX Handbook
6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_dcores.h"
#include "pastix_starpu.h"
#include "pastix_dstarpu.h"
#include "timing.h"
Go to the source code of this file.
Functions | |
void | starpu_task_dsytrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio) |
Submits starpu sytrfsp cblk or blok task. More... | |
void | starpu_task_sytrf_dgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, SolverBlok *blokB, SolverCblk *fcblk, int prio) |
Submits starpu dgemmsp cblk or blok task. More... | |
void | starpu_dsytrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^t factorization with 1D kernels. More... | |
void | starpu_dsytrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^t factorization with 1D kernels. More... | |
void | starpu_dsytrf_sp2d_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^t factorization with 1D and 2D kernels. More... | |
void | starpu_dsytrf_sp2d_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^t factorization with 1D and 2D kernels. More... | |
void | starpu_dsytrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
Perform a sparse LDL^t factorization using StarPU runtime. More... | |
PaStiX dsytrf StarPU wrapper.
Definition in file starpu_dsytrf.c.