xuanyoya / Interstellar-CNN-scheduler

Tool for optimize CNN blocking
93 stars 24 forks source link

fixed(cost_model): the reuse count becomes zero when stride > 1 #17

Open anakin1028 opened 4 years ago

anakin1028 commented 4 years ago

The integer division is zero when the Numerators are smaller than the strideX*strideY(denominators) which fail to count the input access.