1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 16:14:24 +00:00

Indent polybench_start_instruments in atax.cu

This commit is contained in:
Steffo 2022-11-28 15:48:27 +01:00
parent 0eb45d1249
commit 44cfb43dac
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -97,13 +97,13 @@ __host__ int main(int argc, char **argv)
POLYBENCH_1D_ARRAY_DECL(y, DATA_TYPE, NY, ny);
#ifdef POLYBENCH_INCLUDE_INIT
polybench_start_instruments;
polybench_start_instruments;
#endif
init_array(nx, ny, POLYBENCH_ARRAY(A), POLYBENCH_ARRAY(x));
#ifndef POLYBENCH_INCLUDE_INIT
polybench_start_instruments;
polybench_start_instruments;
#endif
kernel_atax(nx, ny, POLYBENCH_ARRAY(A), POLYBENCH_ARRAY(x), POLYBENCH_ARRAY(y));