|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include "./timing.c"Go to the source code of this file.
Macros | |
| #define | _TYPE PLASMA_Complex64_t |
| #define | _PREC double |
| #define | _LAMCH LAPACKE_dlamch_work |
| #define | _NAME "PLASMA_zpotrf" |
| #define | _FMULS (n * (1.0 / 6.0 * n + 0.5) * n) |
| #define | _FADDS (n * (1.0 / 6.0 * n ) * n) |
Functions | |
| static int | RunTest (int *iparam, double *dparam, real_Double_t *t_) |
| #define _FADDS (n * (1.0 / 6.0 * n ) * n) |
Definition at line 13 of file time_zpotrf.c.
| #define _FMULS (n * (1.0 / 6.0 * n + 0.5) * n) |
Definition at line 12 of file time_zpotrf.c.
| #define _LAMCH LAPACKE_dlamch_work |
Definition at line 8 of file time_zpotrf.c.
| #define _NAME "PLASMA_zpotrf" |
Definition at line 10 of file time_zpotrf.c.
| #define _PREC double |
Definition at line 7 of file time_zpotrf.c.
| #define _TYPE PLASMA_Complex64_t |
normal z -> c d s
Definition at line 6 of file time_zpotrf.c.
|
static |
Definition at line 18 of file time_zpotrf.c.
References A, cWtime(), ISEED, MAGMA_zplghe(), MAGMA_zpotrf(), MAGMA_zpotrs(), TIMING_ANORM, TIMING_BNORM, TIMING_CHECK, TIMING_N, TIMING_NRHS, TIMING_RES, TIMING_XNORM, uplo, and zcheck_solution().