PaStiX Handbook 6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_scores.h"
#include "pastix_starpu.h"
#include "pastix_sstarpu.h"
Go to the source code of this file.
Functions | |
void | starpu_task_sadd_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. | |
void | starpu_task_sadd_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. | |
void | starpu_task_sadd_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. | |
void | starpu_task_sadd_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. | |
void | starpu_task_sadd_recv (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio) |
Submits starpu zadd task to send the recv cblk. | |
void | starpu_task_sadd_fanin (sopalin_data_t *sopalin_data, pastix_coefside_t side, const SolverCblk *cblk, int prio) |
Submits starpu zadd task to send the fanin cblk. | |
PaStiX zadd StarPU wrapper.
Definition in file starpu_task_sadd.c.
void starpu_task_sadd_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.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The fanin column block. |
[in] | prio | The task priority. |
Definition at line 46 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, and starpu_task_cblk_sadd_fanin().
Referenced by starpu_sgetrf_sp1dplus_ll(), starpu_sgetrf_sp1dplus_rl(), starpu_sgetrf_sp2d_rl(), starpu_spotrf_sp1dplus_ll(), starpu_spotrf_sp1dplus_rl(), starpu_spotrf_sp2d_rl(), starpu_ssytrf_sp1dplus_ll(), starpu_ssytrf_sp1dplus_rl(), starpu_ssytrf_sp2d_rl(), and starpu_task_sadd_fanin().
void starpu_task_sadd_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.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The recv column block. |
[in] | prio | The task priority. |
Definition at line 77 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, solver_blok_s::fcblknm, and starpu_task_cblk_sadd_recv().
Referenced by starpu_sgetrf_sp1dplus_ll(), starpu_sgetrf_sp1dplus_rl(), starpu_sgetrf_sp2d_rl(), starpu_spotrf_sp1dplus_ll(), starpu_spotrf_sp1dplus_rl(), starpu_spotrf_sp2d_rl(), starpu_ssytrf_sp1dplus_ll(), starpu_ssytrf_sp1dplus_rl(), starpu_ssytrf_sp2d_rl(), and starpu_task_sadd_recv().
void starpu_task_sadd_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.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The fanin column block. |
[in] | prio | The task priority. |
Definition at line 109 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, and starpu_task_blok_sadd_fanin().
Referenced by starpu_sgetrf_sp2d_rl(), starpu_spotrf_sp2d_rl(), starpu_ssytrf_sp2d_rl(), and starpu_task_sadd_fanin().
void starpu_task_sadd_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.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The recv column block. |
[in] | prio | The task priority. |
Definition at line 154 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, solver_cblk_s::fblokptr, solver_blok_s::fcblknm, solver_blok_s::lcblknm, and starpu_task_blok_sadd_recv().
Referenced by starpu_sgetrf_sp2d_rl(), starpu_spotrf_sp2d_rl(), starpu_ssytrf_sp2d_rl(), and starpu_task_sadd_recv().
void starpu_task_sadd_recv | ( | sopalin_data_t * | sopalin_data, |
pastix_coefside_t | side, | ||
const SolverCblk * | cblk, | ||
int | prio | ||
) |
Submits starpu zadd task to send the recv cblk.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The recv column block. |
[in] | prio | The task priority. |
Definition at line 205 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, starpu_task_sadd_1dp_recv(), and starpu_task_sadd_2d_recv().
Referenced by starpu_sgetrf_sp2d_ll(), starpu_spotrf_sp2d_ll(), and starpu_ssytrf_sp2d_ll().
void starpu_task_sadd_fanin | ( | sopalin_data_t * | sopalin_data, |
pastix_coefside_t | side, | ||
const SolverCblk * | cblk, | ||
int | prio | ||
) |
Submits starpu zadd task to send the fanin cblk.
[in] | sopalin_data | Solver matrix information structure that will guide the algorithm. |
[in] | side | The side of the update. |
[in] | cblk | The fanin column block. |
[in] | prio | The task priority. |
Definition at line 241 of file starpu_task_sadd.c.
References solver_cblk_s::cblktype, starpu_task_sadd_1dp_fanin(), and starpu_task_sadd_2d_fanin().
Referenced by starpu_sgetrf_sp2d_ll(), starpu_spotrf_sp2d_ll(), and starpu_ssytrf_sp2d_ll().