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

Detailed Description

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

Version
0.1.1
Author
Kadir Akbudak
Date
2018-11-08 normal z -> c d s

Definition in file codelet_zhagcm.c.

Function Documentation

◆ HICMA_TASK_zhagcm()

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.