PaStiX Handbook  6.4.0
starpu_ctrsm.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_cblk_ctrsmsp_forward (const args_solve_t *enums, sopalin_data_t *sopalin_data, pastix_rhs_t rhsb, const SolverCblk *cblk, pastix_int_t prio)
 Apply a forward solve related to one cblk to all the right hand side. (StarPU version) More...
 
void starpu_cblk_ctrsmsp_backward (const args_solve_t *enums, sopalin_data_t *sopalin_data, pastix_rhs_t rhsb, const SolverCblk *cblk, pastix_int_t prio)
 Apply a backward solve related to one cblk to all the right hand side. (StarPU version) More...
 
void starpu_ctrsm_sp1dplus (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data, pastix_rhs_t rhsb, const args_solve_t *enums)
 Apply a TRSM on a problem with 1 dimension (StarPU version) More...
 
void starpu_ctrsm (pastix_data_t *pastix_data, const args_solve_t *enums, sopalin_data_t *sopalin_data, pastix_rhs_t rhsb)
 Apply the TRSM solve (StarPU version). More...
 

Detailed Description

PaStiX ctrsm StarPU wrapper.

Version
6.4.0
Author
Vincent Bridonneau
Mathieu Faverge
Pierre Ramet
Alycia Lisito
Nolan Bredel
Tom Moenne-Loccoz
Date
2024-07-05
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/starpu_ztrsm.c, normal z -> c, Tue Oct 8 14:17:37 2024

Definition in file starpu_ctrsm.c.