PaStiX Handbook  6.3.2
starpu_zsytrf.c File Reference
#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 "timing.h"

Go to the source code of this file.

Functions

void starpu_task_zsytrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_sytrf_zgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, SolverBlok *blokB, SolverCblk *fcblk, int prio)
 TODO. More...
 
void starpu_zsytrf_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_zsytrf_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_zsytrf_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_zsytrf_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_zsytrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LDL^t factorization using StarPU runtime. More...
 

Detailed Description

PaStiX zsytrf StarPU wrapper.

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Alycia Lisito
Nolan Bredel
Tom Moenne-Loccoz
Date
2023-11-07
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/starpu_zsytrf.c, normal z -> z, Wed Dec 13 12:09:30 2023

Definition in file starpu_zsytrf.c.