PaStiX Handbook  6.4.0
starpu_cpotrf.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_ccores.h"
#include "pastix_starpu.h"
#include "pastix_cstarpu.h"

Go to the source code of this file.

Functions

void starpu_task_cpotrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 Submits starpu potrfsp cblk or blok task. More...
 
void starpu_task_potrf_cgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, const SolverBlok *blokB, SolverCblk *fcblk, int prio)
 Submits starpu cgemmsp cblk or blok task. More...
 
void starpu_cpotrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D kernels. More...
 
void starpu_cpotrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse Cholesky factorization with 1D kernels. More...
 
void starpu_cpotrf_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_cpotrf_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_cpotrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse Cholesky factorization using StarPU runtime. More...
 

Detailed Description

PaStiX cpotrf StarPU wrapper.

Version
6.4.0
Author
Mathieu Faverge
Pierre Ramet
Date
2024-07-05
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/starpu_zpotrf.c, normal z -> c, Tue Oct 8 14:17:36 2024

Definition in file starpu_cpotrf.c.