PaStiX Handbook 6.4.0
Loading...
Searching...
No Matches
starpu_ssytrf.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_scores.h"
#include "pastix_starpu.h"
#include "pastix_sstarpu.h"
#include "timing.h"

Go to the source code of this file.

Functions

void starpu_task_ssytrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 Submits starpu sytrfsp cblk or blok task.
 
void starpu_task_sytrf_sgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, SolverBlok *blokB, SolverCblk *fcblk, int prio)
 Submits starpu sgemmsp cblk or blok task.
 
void starpu_ssytrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LDL^t factorization with 1D kernels.
 
void starpu_ssytrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LDL^t factorization with 1D kernels.
 
void starpu_ssytrf_sp2d_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LDL^t factorization with 1D and 2D kernels.
 
void starpu_ssytrf_sp2d_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LDL^t factorization with 1D and 2D kernels.
 
void starpu_ssytrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LDL^t factorization using StarPU runtime.
 

Detailed Description

PaStiX ssytrf StarPU wrapper.

Version
6.4.0
Author
Mathieu Faverge
Pierre Ramet
Alycia Lisito
Nolan Bredel
Tom Moenne-Loccoz
Date
2024-07-05
Generated arithmetic file
from /builds/2mk6rsew/0/solverstack/pastix/sopalin/starpu/starpu_zsytrf.c, normal z -> s, Tue Feb 25 14:35:26 2025

Definition in file starpu_ssytrf.c.