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_zhagcm (const MORSE_option_t *options, int m, int n, const MORSE_desc_t *AUV, const MORSE_desc_t *Ark, int Am, int An, int ldu, int ldv, int maxrank, double tol) |
HiCMA codelets kernel HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file codelet_zhagcm.c.
void HICMA_TASK_zhagcm | ( | const MORSE_option_t * | options, |
int | m, | ||
int | n, | ||
const MORSE_desc_t * | AUV, | ||
const MORSE_desc_t * | Ark, | ||
int | Am, | ||
int | An, | ||
int | ldu, | ||
int | ldv, | ||
int | maxrank, | ||
double | tol | ||
) |
HICMA_TASK_zhagcm - Generate compressed matrix from a problem determined according to current global setting of HiCMA library
Definition at line 29 of file codelet_zhagcm.c.