HiCMA
Hierarchical Computations on Manycore Architectures
codelet_zpotrf.c File Reference
#include "coreblas/lapacke.h"
#include "morse.h"
#include "runtime/starpu/chameleon_starpu.h"
#include "auxdescutil.h"
#include <sys/time.h>
#include "runtime/starpu/runtime_codelets.h"

Go to the source code of this file.

Functions

void HICMA_TASK_zpotrf (const MORSE_option_t *options, MORSE_enum uplo, int n, int nb, const MORSE_desc_t *A, int Am, int An, int lda, int iinfo)
 

Detailed Description

This codelet is wrapper for HCORE_zpotrf().

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

Definition in file codelet_zpotrf.c.

Function Documentation

◆ HICMA_TASK_zpotrf()

void HICMA_TASK_zpotrf ( const MORSE_option_t *  options,
MORSE_enum  uplo,
int  n,
int  nb,
const MORSE_desc_t *  A,
int  Am,
int  An,
int  lda,
int  iinfo 
)

Definition at line 27 of file codelet_zpotrf.c.