PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | NUM_ACCELS 8 |
#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 | ||
) |
Definition at line 11 of file add.c.
References array, OPS_PER_ACCEL, output, and sum.
Referenced by __attribute__(), BackendFlow::CreateScripts(), BinaryOpNode::evaluate(), allocation::extract_bambu_provided(), SimulationTool::GenerateSimulationScript(), main(), and chordal_coloring_register::RegisterBinding().
int main | ( | void | ) |
Definition at line 24 of file add.c.
References add(), NUM_ACCELS, OPS_PER_ACCEL, output, and sum.
int output[NUM_ACCELS] |