PaStiX Handbook  6.3.2
pastix_zstarpu.h File Reference

Go to the source code of this file.

Functions

void starpu_task_cblk_zgetrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_cblk_zhetrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_cblk_zpotrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_cblk_zpxtrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_cblk_zsytrfsp (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_blok_zgetrf (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_blok_zhetrf (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_blok_zpotrf (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_blok_zpxtrf (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_task_blok_zsytrf (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 TODO. More...
 
void starpu_stask_cblk_zdiag (sopalin_data_t *sopalin_data, SolverCblk *cblk, int prio)
 Submit a task to perform a diagonal solve related to one cblk to all the right hand side. More...
 
void starpu_stask_blok_zgemm (sopalin_data_t *sopalin_data, pastix_coefside_t coef, pastix_side_t side, pastix_trans_t trans, const SolverCblk *cblk, const SolverBlok *blok, SolverCblk *fcbk, pastix_int_t prio)
 Submit a task to perform a gemm. More...
 
void starpu_stask_blok_ztrsm (sopalin_data_t *sopalin_data, pastix_coefside_t coef, pastix_side_t side, pastix_uplo_t uplo, pastix_trans_t trans, pastix_diag_t diag, const SolverCblk *cblk, pastix_int_t prio)
 Submit a task to do a trsm related to a diagonal block of the matrix A. More...
 
void starpu_task_cblk_zgemmsp (sopalin_data_t *sopalin_data, pastix_coefside_t sideA, pastix_coefside_t sideB, pastix_trans_t trans, const SolverCblk *cblk, const SolverBlok *blok, SolverCblk *fcblk, int prio)
 StarPU GPU implementation. More...
 
void starpu_task_cblk_zadd_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, SolverCblk *fcblk, int prio)
 Insert the task to add a fanin cblk on the receiver side (The fanin is seen on this side as the RECV cblk). Note that the caller always execute the task. More...
 
void starpu_task_cblk_zadd_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Insert the task to add a fanin cblk on the emitter side. Note that this task is submitted only to emit a send to the owner of the associated recv cblk that will perform the add. Thus, the task is always submitted but never executed. More...
 
void starpu_task_blok_zadd_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, const SolverBlok *blok, SolverCblk *fcblk, SolverBlok *fblok, int prio)
 Insert the task to add a fanin cblk on the receiver side (The fanin is seen on this side as the RECV cblk). Note that the caller always execute the task. More...
 
void starpu_task_blok_zadd_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, const SolverBlok *blok, int prio)
 Insert the task to add a fanin cblk on the emitter side. Note that this task is submitted only to emit a send to the owner of the associated recv cblk that will perform the add. Thus, the task is always submitted but never executed. More...
 
void starpu_task_blok_zgemmsp (sopalin_data_t *sopalin_data, pastix_coefside_t sideA, pastix_coefside_t sideB, pastix_trans_t trans, SolverCblk *cblk, SolverCblk *fcblk, const SolverBlok *blokA, const SolverBlok *blokB, int prio)
 StarPU GPU implementation. More...
 
void starpu_task_blok_ztrsmsp (sopalin_data_t *sopalin_data, pastix_coefside_t coef, pastix_side_t side, pastix_uplo_t uplo, pastix_trans_t trans, pastix_diag_t diag, const SolverCblk *cblk, SolverBlok *blok, int prio)
 StarPU GPU implementation. More...
 
void starpu_task_blok_zscalo (sopalin_data_t *sopalin_data, pastix_trans_t trans, const SolverCblk *cblk, SolverBlok *blok, int prio)
 TODO. More...
 
void starpu_task_zadd_1dp_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to send the fanin cblk. More...
 
void starpu_task_zadd_1dp_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to receive and add the recv cblk. More...
 
void starpu_task_zadd_2d_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to send the fanin block. More...
 
void starpu_task_zadd_2d_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to receive and add the recv block. More...
 
void starpu_task_zadd_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to send the fanin cblk. More...
 
void starpu_task_zadd_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio)
 Submits starpu zadd task to send the recv cblk. More...
 
void starpu_zdiag (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data, int nrhs, pastix_complex64_t *b, int ldb)
 Apply the diagonal solve (StarPU version) More...
 
void starpu_zpotrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse Cholesky factorization using StarPU runtime. More...
 
void starpu_zpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LL^t factorization using StarPU runtime. More...
 
void starpu_zgetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LU factorization using StarPU runtime. More...
 
void starpu_zhetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LDL^h factorization using StarPU runtime. More...
 
void starpu_zsytrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data)
 Perform a sparse LDL^t factorization using StarPU runtime. More...
 
void starpu_ztrsm (pastix_data_t *pastix_data, const args_solve_t *enums, sopalin_data_t *sopalin_data, pastix_rhs_t b)
 Apply the TRSM solve (StarPU version). More...
 

Detailed Description

Pastix StarPU codelets header

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Vincent Bridonneau
Alycia Lisito
Date
2023-12-01
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/pastix_zstarpu.h, normal z -> z, Wed Dec 13 12:09:03 2023

Definition in file pastix_zstarpu.h.

Function Documentation

◆ starpu_task_zadd_1dp_fanin()

void starpu_task_zadd_1dp_fanin ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to send the fanin cblk.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe fanin column block.
[in]prioThe task priority.

Definition at line 46 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, and starpu_task_cblk_zadd_fanin().

Referenced by starpu_task_zadd_fanin().

◆ starpu_task_zadd_1dp_recv()

void starpu_task_zadd_1dp_recv ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to receive and add the recv cblk.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe recv column block.
[in]prioThe task priority.

Definition at line 77 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, solver_blok_s::fcblknm, and starpu_task_cblk_zadd_recv().

Referenced by starpu_task_zadd_recv().

◆ starpu_task_zadd_2d_fanin()

void starpu_task_zadd_2d_fanin ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to send the fanin block.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe fanin column block.
[in]prioThe task priority.

Definition at line 109 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, and starpu_task_blok_zadd_fanin().

Referenced by starpu_task_zadd_fanin().

◆ starpu_task_zadd_2d_recv()

void starpu_task_zadd_2d_recv ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to receive and add the recv block.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe recv column block.
[in]prioThe task priority.

Definition at line 154 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, solver_blok_s::fcblknm, solver_blok_s::lcblknm, and starpu_task_blok_zadd_recv().

Referenced by starpu_task_zadd_recv().

◆ starpu_task_zadd_fanin()

void starpu_task_zadd_fanin ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to send the fanin cblk.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe fanin column block.
[in]prioThe task priority.

Definition at line 241 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, starpu_task_zadd_1dp_fanin(), and starpu_task_zadd_2d_fanin().

◆ starpu_task_zadd_recv()

void starpu_task_zadd_recv ( sopalin_data_t *  sopalin_data,
pastix_coefside_t  side,
const SolverCblk cblk,
int  prio 
)

Submits starpu zadd task to send the recv cblk.

Parameters
[in]sopalin_dataSolver matrix information structure that will guide the algorithm.
[in]sideThe side of the update.
[in]cblkThe recv column block.
[in]prioThe task priority.

Definition at line 205 of file starpu_task_zadd.c.

References solver_cblk_s::cblktype, starpu_task_zadd_1dp_recv(), and starpu_task_zadd_2d_recv().