HiCMA
Hierarchical Computations on Manycore Architectures
timing_zauxiliary.h
Go to the documentation of this file.
1 
17 /*
18  * @copyright (c) 2009-2014 The University of Tennessee and The University
19  * of Tennessee Research Foundation.
20  * All rights reserved.
21  * @copyright (c) 2012-2016 Inria. All rights reserved.
22  * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
23  */
24 
25 #ifndef TIMING_ZAUXILIARY_H
26 #define TIMING_ZAUXILIARY_H
27 
28 double hicma_z_check_gemm(MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
29  double alpha, double *A, int LDA,
30  double *B, int LDB,
31  double beta, double *Cmorse,
32  double *Cref, int LDC,
33  double *Cinitnorm, double *Cmorsenorm, double *Clapacknorm );
34 
35 
36 
37 #endif /* TIMING_ZAUXILIARY_H */
#define A(m, n)
Definition: pzgemm.c:56
double hicma_z_check_gemm(MORSE_enum transA, MORSE_enum transB, int M, int N, int K, double alpha, double *A, int LDA, double *B, int LDB, double beta, double *Cmorse, double *Cref, int LDC, double *Cinitnorm, double *Cmorsenorm, double *Clapacknorm)
#define B(m, n)
Definition: pzgemm.c:57