torch / cunn

Other
215 stars 174 forks source link

Added cunn support for TemporalRowConvolutionMM #415

Closed willfrey closed 7 years ago

willfrey commented 7 years ago

Quick performance profiling got me a ~10x speed-up over the nn.TemporalRowConvolutioMM:forward() call and anywhere from ~10x-15x speed-up over the nn.TemporalRowConvolutionMM:backward() call.

willfrey commented 7 years ago

This is ready for you to review.