HiCMA
Hierarchical Computations on Manycore Architectures
pzpotrf.c File Reference
#include "morse.h"
#include "hicma.h"
#include "hicma_common.h"
#include "control/common.h"
#include "hicma_runtime_z.h"
#include "coreblas/lapacke.h"
#include "control/hicma_config.h"
#include <stdio.h>

Go to the source code of this file.

Functions

void hicma_pzpotrf (MORSE_enum uplo, MORSE_desc_t *AUV, MORSE_desc_t *AD, MORSE_desc_t *Ark, MORSE_sequence_t *sequence, MORSE_request_t *request, int rk, int maxrk, double acc)
 

Variables

int store_only_diagonal_tiles
 
int print_index
 
int pzpotrf_print_index = 0
 
int print_mat
 
int run_org
 
int extra_barrier = 0
 

Detailed Description

HiCMA auxiliary routines 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 pzpotrf.c.

Function Documentation

◆ hicma_pzpotrf()

void hicma_pzpotrf ( MORSE_enum  uplo,
MORSE_desc_t *  AUV,
MORSE_desc_t *  AD,
MORSE_desc_t *  Ark,
MORSE_sequence_t *  sequence,
MORSE_request_t *  request,
int  rk,
int  maxrk,
double  acc 
)

Parallel tile Cholesky factorization - dynamic scheduling

Definition at line 62 of file pzpotrf.c.

Variable Documentation

◆ store_only_diagonal_tiles

int store_only_diagonal_tiles

Definition at line 80 of file time_zgemm_tile.c.

◆ print_index

int print_index

Definition at line 87 of file time_zgemm_tile.c.

◆ pzpotrf_print_index

int pzpotrf_print_index = 0

Definition at line 55 of file pzpotrf.c.

◆ print_mat

int print_mat

Definition at line 89 of file time_zgemm_tile.c.

◆ run_org

int run_org

◆ extra_barrier

int extra_barrier = 0

Definition at line 58 of file pzpotrf.c.