HiCMA
Hierarchical Computations on Manycore Architectures
|
#include "morse.h"
#include "runtime/starpu/chameleon_starpu.h"
#include "hcore_z.h"
#include "runtime/starpu/runtime_codelets.h"
Go to the source code of this file.
Functions | |
void | HICMA_TASK_zhagdm (const MORSE_option_t *options, int nrows_Dense, int ncols_Dense, const MORSE_desc_t *Dense, int ld_Dense, int tile_row_index, int tile_col_index) |
void | HICMA_TASK_zhagdmi (const MORSE_option_t *options, int nrows_Dense, int ncols_Dense, const MORSE_desc_t *Dense, int ld_Dense, int tile_row_index, int tile_col_index, int problem_row_index, int problem_col_index) |
Codelet for generating dense matrix from a problem determined according to current global setting of HiCMA library.
HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file codelet_zhagdm.c.
void HICMA_TASK_zhagdm | ( | const MORSE_option_t * | options, |
int | nrows_Dense, | ||
int | ncols_Dense, | ||
const MORSE_desc_t * | Dense, | ||
int | ld_Dense, | ||
int | tile_row_index, | ||
int | tile_col_index | ||
) |
HICMA_TASK_zhagdm - Generate dense matrix from a problem determined according to current global setting of HiCMA library
Definition at line 26 of file codelet_zhagdm.c.
void HICMA_TASK_zhagdmi | ( | const MORSE_option_t * | options, |
int | nrows_Dense, | ||
int | ncols_Dense, | ||
const MORSE_desc_t * | Dense, | ||
int | ld_Dense, | ||
int | tile_row_index, | ||
int | tile_col_index, | ||
int | problem_row_index, | ||
int | problem_col_index | ||
) |
HICMA_TASK_zhagdmi - Generate dense matrix from a problem determined according to current global setting of HiCMA library This function takes indices of tiles of problem.
Definition at line 93 of file codelet_zhagdm.c.