mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Spostato polybench_start per cronometrare anche le inizializzazioni
This commit is contained in:
parent
a86d078546
commit
0ba75336e6
1 changed files with 3 additions and 3 deletions
|
@ -106,13 +106,13 @@ int main(int argc, char **argv)
|
|||
POLYBENCH_2D_ARRAY_DECL(A, DATA_TYPE, NX, NY, nx, ny);
|
||||
POLYBENCH_1D_ARRAY_DECL(x, DATA_TYPE, NY, ny);
|
||||
POLYBENCH_1D_ARRAY_DECL(y, DATA_TYPE, NY, ny);
|
||||
|
||||
/* Start timer. */
|
||||
polybench_start_instruments;
|
||||
|
||||
/* Initialize array(s). */
|
||||
init_array(nx, ny, POLYBENCH_ARRAY(A), POLYBENCH_ARRAY(x));
|
||||
|
||||
/* Start timer. */
|
||||
polybench_start_instruments;
|
||||
|
||||
/* Run kernel. */
|
||||
kernel_atax(nx, ny,
|
||||
POLYBENCH_ARRAY(A),
|
||||
|
|
Loading…
Reference in a new issue