mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2025-02-16 17:13:57 +00:00
main
: Remove blank lines
This commit is contained in:
parent
0eb63cb684
commit
a16813dc01
1 changed files with 0 additions and 3 deletions
|
@ -98,12 +98,9 @@ int main(int argc, char **argv)
|
|||
POLYBENCH_1D_ARRAY_DECL(x, DATA_TYPE, NY, ny);
|
||||
POLYBENCH_1D_ARRAY_DECL(y, DATA_TYPE, NY, ny);
|
||||
|
||||
|
||||
|
||||
/* Initialize array(s). */
|
||||
init_array(nx, ny, POLYBENCH_ARRAY(A), POLYBENCH_ARRAY(x));
|
||||
|
||||
|
||||
/* Start timer. */
|
||||
polybench_start_instruments;
|
||||
// polybench_start_instruments;
|
||||
|
|
Loading…
Add table
Reference in a new issue