baidu-research / DeepBench

Benchmarking Deep Learning operations on different hardware
Apache License 2.0
1.07k stars 239 forks source link

Function calc_flops does not contain backward flops. #48

Closed etaf closed 6 years ago

etaf commented 7 years ago

Hi, in DeepBench/code/intel/convolution/mkl_conv/std_conv_bench.cpp: function calc_flops only calculate the forward flops, it did not contain backward flops, is this a bug ?

sharannarang commented 7 years ago

@rsdubtso , @dmudiger , can you please comment?

rsdubtso commented 6 years ago

Beg my pardon for the delay... The backward flops are equal to the forward flops.

etaf commented 6 years ago

Thanks.