mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 08:04:25 +00:00
Change comment indentation
This commit is contained in:
parent
ee33d3861b
commit
c990113d41
1 changed files with 5 additions and 5 deletions
10
atax/atax.cu
10
atax/atax.cu
|
@ -35,11 +35,11 @@ __host__ static void init_array(DATA_TYPE** A, DATA_TYPE* X)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A = [
|
* A = [
|
||||||
* [ 0, 0, 0, 0, ... ],
|
* [ 0, 0, 0, 0, ... ],
|
||||||
* [ 1 / NX, 2 / NX, 3 / NX, 4 / NX, ... ],
|
* [ 1 / NX, 2 / NX, 3 / NX, 4 / NX, ... ],
|
||||||
* [ 2 / NX, 4 / NX, 6 / NX, 8 / NX, ... ],
|
* [ 2 / NX, 4 / NX, 6 / NX, 8 / NX, ... ],
|
||||||
* [ 3 / NX, 6 / NX, 9 / NX, 12 / NX, ... ],
|
* [ 3 / NX, 6 / NX, 9 / NX, 12 / NX, ... ],
|
||||||
* ...
|
* ...
|
||||||
* ]
|
* ]
|
||||||
*/
|
*/
|
||||||
for (unsigned int x = 0; x < NX; x++)
|
for (unsigned int x = 0; x < NX; x++)
|
||||||
|
|
Loading…
Reference in a new issue