PaStiX Handbook  6.3.2
starpu_dpotrf.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_dcores.h"
#include "pastix_starpu.h"
#include "pastix_dstarpu.h"

Go to the source code of this file.

Functions

void starpu_task_potrf_dgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, const SolverBlok *blokB, SolverCblk *fcblk, int prio)
 TODO. More...
 
void starpu_task_dpotrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_dpotrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D kernels. More...
 
void starpu_dpotrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D kernels. More...
 
void starpu_dpotrf_sp2d_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D and 2D kernels. More...
 
void starpu_dpotrf_sp2d_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D and 2D kernels. More...
 
void starpu_dpotrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse Cholesky factorization using StarPU runtime. More...
 

Detailed Description

PaStiX dpotrf StarPU wrapper.

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/starpu_zpotrf.c, normal z -> d, Wed Dec 13 12:09:29 2023

Definition in file starpu_dpotrf.c.