neurosim / DNN_NeuroSim_V1.3

Benchmark framework of compute-in-memory based accelerators for deep neural network (inference engine focused)
62 stars 36 forks source link

`Gaccumulation` area #23

Open sepehrMSP opened 2 years ago

sepehrMSP commented 2 years ago

Hi, Can you explain why there is a divide by 3 in the following formula: Gaccumulation->CalculateArea(NULL, globalBufferHeight/3, NONE); (the above code can be found in chip.cpp, in the ChipCalculateArea function) @neurosim