PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | LARGE_DATASET |
This version is stamped on May 10, 2016. More... | |
#define | NI 800 |
#define | NJ 900 |
#define | NK 1100 |
#define | NL 1200 |
#define | _PB_NI POLYBENCH_LOOP_BOUND(NI,ni) |
#define | _PB_NJ POLYBENCH_LOOP_BOUND(NJ,nj) |
#define | _PB_NK POLYBENCH_LOOP_BOUND(NK,nk) |
#define | _PB_NL POLYBENCH_LOOP_BOUND(NL,nl) |
#define | DATA_TYPE_IS_DOUBLE |
#define | DATA_TYPE double |
#define | DATA_PRINTF_MODIFIER "%0.2lf " |
#define | SCALAR_VAL(x) x |
#define | SQRT_FUN(x) sqrt(x) |
#define | EXP_FUN(x) exp(x) |
#define | POW_FUN(x, y) pow(x,y) |
#define _PB_NI POLYBENCH_LOOP_BOUND(NI,ni) |
#define _PB_NJ POLYBENCH_LOOP_BOUND(NJ,nj) |
#define _PB_NK POLYBENCH_LOOP_BOUND(NK,nk) |
#define _PB_NL POLYBENCH_LOOP_BOUND(NL,nl) |
Definition at line 61 of file 2mm.h.
Referenced by __attribute__().
#define LARGE_DATASET |
This version is stamped on May 10, 2016.
Contact: Louis-Noel Pouchet <pouchet.ohio-state.edu> Tomofumi Yuki <tomofumi.yuki.fr>
Web address: http://polybench.sourceforge.net
#define NL 1200 |
Definition at line 45 of file 2mm.h.
Referenced by buildNeighborList(), main(), md_kernel(), and populateNeighborList().