PaStiX Handbook 6.4.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
starpu_cpxtrf.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_cpxtrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 Submits starpu pxtrfsp cblk or blok task.
 
void starpu_task_pxtrf_cgemmsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, const SolverBlok *blokB, SolverCblk *fcblk, int prio)
 Submits starpu cgemmsp cblk or blok task.
 
void starpu_cpxtrf_sp1dplus_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LL^t factorization with 1D kernels.
 
void starpu_cpxtrf_sp1dplus_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LL^t factorization with 1D kernels.
 
void starpu_cpxtrf_sp2d_rl (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LL^t factorization with 1D and 2D kernels.
 
void starpu_cpxtrf_sp2d_ll (sopalin_data_t *sopalin_data, starpu_sparse_matrix_desc_t *desc)
 Perform a sparse LL^t factorization with 1D and 2D kernels.
 
void starpu_cpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LL^t factorization using StarPU runtime.
 

Detailed Description

PaStiX cpxtrf StarPU wrapper.

Version
6.4.0
Author
Mathieu Faverge
Pierre Ramet
Date
2024-07-05
Generated arithmetic file
from /builds/j2uR5rszh/0/solverstack/pastix/sopalin/starpu/starpu_zpxtrf.c, normal z -> c, Fri Jul 25 09:29:59 2025

Definition in file starpu_cpxtrf.c.