PaStiX Handbook  6.3.2
#include "common.h"
#include "blend/solver.h"
#include "pastix_starpu.h"
#include <starpu_data.h>

Go to the source code of this file.

Functions

void starpu_dense_matrix_init (SolverMatrix *solvmtx, pastix_int_t ncol, char *A, pastix_int_t lda, int typesize, int nodes, int myrank)
 Generate the StarPU descriptor of the dense matrix. More...
 
void starpu_dense_matrix_getoncpu (starpu_dense_matrix_desc_t *spmtx)
 Submit asynchronous calls to retrieve the data on main memory. More...
 
void starpu_dense_matrix_destroy (starpu_dense_matrix_desc_t *spmtx)
 Free the StarPU descriptor of the dense matrix. More...
 

Detailed Description

PaStiX dense matrix descriptor for StarPU.

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Date
2023-07-21

Definition in file starpu_dense_matrix.c.