SWDEV-286322 - clean up trailing space - part2 (#2383)
Change-Id: Id659c029a33874bc9a7d4c42bffd06cdc1845e2e
[ROCm/hip commit: 48b91908bc]
This commit is contained in:
@@ -33,7 +33,7 @@ THE SOFTWARE.
|
||||
#include <stdio.h>
|
||||
|
||||
#define MAX_GPUS 8
|
||||
/*
|
||||
/*
|
||||
* Square each element in the array A and write to array C.
|
||||
*/
|
||||
#define NUM_KERNEL_ARGS 3
|
||||
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
|
||||
// Fill with Phi + i
|
||||
for (size_t i = 0; i < N; i++)
|
||||
{
|
||||
A_h[i] = 1.618f + i;
|
||||
A_h[i] = 1.618f + i;
|
||||
}
|
||||
|
||||
const unsigned blocks = 512;
|
||||
@@ -136,6 +136,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
printf ("PASSED!\n");
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user