1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-26 10:04:23 +00:00
hpc-2022-g3/hls/lab1/exercise_0/vadd.h

6 lines
140 B
C
Raw Normal View History

2022-05-26 15:05:36 +00:00
//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);