![]() |
PandA-2024.02
|

Go to the source code of this file.
Macros | |
| #define | NUM_ACCELS 5 |
| #define | ARRAY_SIZE 10000 |
| #define | OPS_PER_ACCEL ARRAY_SIZE/NUM_ACCELS |
Functions | |
| void | add (int accelnum, int startidx, int endidx) |
| int | main () |
Variables | |
| int | output [NUM_ACCELS] |
| #define OPS_PER_ACCEL ARRAY_SIZE/NUM_ACCELS |
| void add | ( | int | accelnum, |
| int | startidx, | ||
| int | endidx | ||
| ) |
| int main | ( | void | ) |
Definition at line 23 of file add.c.
References add(), NUM_ACCELS, OPS_PER_ACCEL, output, and sum.

| int output[NUM_ACCELS] |
1.8.13