HiCMA
Hierarchical Computations on Manycore Architectures
codelet_zsyrk.c File Reference
#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
 

Detailed Description

HiCMA codelets kernel HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)

Version
0.1.0
Author
Kadir Akbudak
Date
2017-11-16 normal z -> c d s

Definition in file codelet_zsyrk.c.

Function Documentation

◆ _printmat()

void _printmat ( double *  A,
int64_t  m,
int64_t  n,
int64_t  ld 
)

◆ HICMA_TASK_zsyrk()

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.

Variable Documentation

◆ global_always_fixed_rank

int global_always_fixed_rank

Definition at line 46 of file hcore_zgytlr.c.

◆ global_fixed_rank

int global_fixed_rank

Definition at line 47 of file hcore_zgytlr.c.

◆ print_index

int print_index

Definition at line 87 of file time_zgemm_tile.c.

◆ print_index_end

int print_index_end

Definition at line 38 of file hcore_zgytlr.c.

◆ print_mat

int print_mat

Definition at line 89 of file time_zgemm_tile.c.