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

declaration without initializaion #46

Open shieldforever opened 1 year ago

shieldforever commented 1 year ago

The variable thisTileTotal in function ChipFloorPlan(in Chip.cpp) is not initialized. With -O3 optimization, it may be right, but without the optimization, the result will be wrong.