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

Fix activityRowRead not scaled by correct number of rows #49

Closed tanner-andrulis closed 8 months ago

tanner-andrulis commented 10 months ago

Previously totalnumRow was set to the input size, which is incorrect with underutilized subarrays. Now set to the total subarray rows.

tanner-andrulis commented 8 months ago

Accidentally added new commits to this one. Moved to a new PR.