TorontoDeepLearning / convnet

A GPU implementation of Convolutional Neural Nets in C++
BSD 2-Clause "Simplified" License
506 stars 229 forks source link

about 'partial_sum' #20

Closed neuralix closed 9 years ago

neuralix commented 9 years ago

Hi Nitish,

(Firstly, I'd like to mention I have not the knowledge about GEMM.) I don't know the rule of the variable 'partial_sum' in Edge group. I had understand that the default value '0' is ok for all but the speed is very slow. But I met the error also. Though I had investigated to get the rule how to decide this value, I don't get the rule. What's the rule for it?