mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Remove unused nx
and ny
This commit is contained in:
parent
819dde6578
commit
c506f221ee
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ __host__ static void kernel_atax(DATA_TYPE** A, DATA_TYPE* x, DATA_TYPE* y)
|
|||
*/
|
||||
__host__ int main(int argc, char **argv)
|
||||
{
|
||||
int nx = NX;
|
||||
int ny = NY;
|
||||
|
||||
POLYBENCH_2D_ARRAY_DECL(A, DATA_TYPE, NX, NY, nx, ny);
|
||||
POLYBENCH_1D_ARRAY_DECL(x, DATA_TYPE, NY, ny);
|
||||
|
|
Loading…
Reference in a new issue