cavazos-lab / PolyBench-ACC

Other
58 stars 37 forks source link

[OpenMP version] Tiny issues in stencil/convolution-3d benchmark and general polybench library #6

Open NoyaFangzhou opened 6 years ago

NoyaFangzhou commented 6 years ago

Hi, I found a tiny problem on stencil/convolution-3d benchmark. In the init_array and print_array function, the inner most loop index variable should be k, not j. In addition, in utility/polybench.c, it doesn't includes polybench.h header at the beginning, which may cause some issues when running.