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 "timing.h"
Go to the source code of this file.
Functions | |
void | starpu_task_chetrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio) |
Submits starpu hetrfsp cblk or blok task. | |
void | starpu_task_hetrf_cgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, SolverBlok *blokB, SolverCblk *fcblk, int prio) |
Submits starpu cgemmsp cblk or blok task. | |
void | starpu_chetrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^h factorization with 1D kernels. | |
void | starpu_chetrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^h factorization with 1D kernels. | |
void | starpu_chetrf_sp2d_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^h factorization with 1D and 2D kernels. | |
void | starpu_chetrf_sp2d_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc) |
Perform a sparse LDL^h factorization with 1D and 2D kernels. | |
void | starpu_chetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
Perform a sparse LDL^h factorization using StarPU runtime. | |
PaStiX chetrf StarPU wrapper.
Definition in file starpu_chetrf.c.