mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 01:54:22 +00:00
5 lines
140 B
C
5 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);
|