mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 10:04:23 +00:00
6 lines
140 B
C
6 lines
140 B
C
|
//const int max_elem = 4194304; // for testing
|
||
|
const int max_elem = 1024; // for co-simulation
|
||
|
|
||
|
|
||
|
void sum (int *a, int *b, int *c, int n);
|