HiCMA
Hierarchical Computations on Manycore Architectures
|
#include "morse.h"
#include "runtime/starpu/chameleon_starpu.h"
#include <sys/time.h>
#include "runtime/starpu/runtime_codelets.h"
#include "hcore_z.h"
Go to the source code of this file.
Functions | |
void | _printmat (double *A, int64_t m, int64_t n, int64_t ld) |
void | HICMA_TASK_zsyrk (const MORSE_option_t *options, MORSE_enum uplo, MORSE_enum trans, int n, int nb, double alpha, const MORSE_desc_t *AUV, int ldauv, const MORSE_desc_t *Ark, int Am, int An, double beta, const MORSE_desc_t *CD, int ldcd, int Cm, int Cn) |
Variables | |
int | global_always_fixed_rank |
int | global_fixed_rank |
int | print_index |
int | print_index_end |
int | print_mat |
HiCMA codelets kernel HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file codelet_zsyrk.c.
void _printmat | ( | double * | A, |
int64_t | m, | ||
int64_t | n, | ||
int64_t | ld | ||
) |
void HICMA_TASK_zsyrk | ( | const MORSE_option_t * | options, |
MORSE_enum | uplo, | ||
MORSE_enum | trans, | ||
int | n, | ||
int | nb, | ||
double | alpha, | ||
const MORSE_desc_t * | AUV, | ||
int | ldauv, | ||
const MORSE_desc_t * | Ark, | ||
int | Am, | ||
int | An, | ||
double | beta, | ||
const MORSE_desc_t * | CD, | ||
int | ldcd, | ||
int | Cm, | ||
int | Cn | ||
) |
Definition at line 43 of file codelet_zsyrk.c.
int global_always_fixed_rank |
Definition at line 46 of file hcore_zgytlr.c.
int global_fixed_rank |
Definition at line 47 of file hcore_zgytlr.c.
int print_index |
Definition at line 87 of file time_zgemm_tile.c.
int print_index_end |
Definition at line 38 of file hcore_zgytlr.c.
int print_mat |
Definition at line 89 of file time_zgemm_tile.c.