|
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 "MAGMA_zgeqrf_Tile" |
| #define | _FMULS (n * (2.0 / 3.0 * n + 1.5 ) * n) |
| #define | _FADDS (n * (2.0 / 3.0 * n + 0.5 ) * n) |
Functions | |
| static int | RunTest (int *iparam, double *dparam, real_Double_t *t_) |
| #define _FADDS (n * (2.0 / 3.0 * n + 0.5 ) * n) |
Definition at line 13 of file time_zgeqrf_tile.c.
| #define _FMULS (n * (2.0 / 3.0 * n + 1.5 ) * n) |
Definition at line 12 of file time_zgeqrf_tile.c.
| #define _LAMCH LAPACKE_dlamch_work |
Definition at line 8 of file time_zgeqrf_tile.c.
| #define _NAME "MAGMA_zgeqrf_Tile" |
Definition at line 10 of file time_zgeqrf_tile.c.
| #define _PREC double |
Definition at line 7 of file time_zgeqrf_tile.c.
| #define _TYPE PLASMA_Complex64_t |
normal z -> c d s
Definition at line 6 of file time_zgeqrf_tile.c.
|
static |
Definition at line 18 of file time_zgeqrf_tile.c.
References A, AT, cWtime(), magma_desc_s::desc, ISEED, MAGMA_Desc_Create(), MAGMA_Desc_Destroy(), MAGMA_zgeqrf_Tile(), MAGMA_zTile_to_Lapack(), T, TIMING_ANORM, TIMING_BNORM, TIMING_CHECK, TIMING_IB, TIMING_N, TIMING_NB, TIMING_NRHS, TIMING_RES, TIMING_XNORM, and zcheck_solution().