|
HiCMA
Hierarchical Computations on Manycore Architectures
|
#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 |
HiCMA auxiliary routines HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file pzpotrf.c.
| 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 | ||
| ) |
| int store_only_diagonal_tiles |
Definition at line 80 of file time_zgemm_tile.c.
| int print_index |
Definition at line 87 of file time_zgemm_tile.c.
| int print_mat |
Definition at line 89 of file time_zgemm_tile.c.
| int run_org |