Skip to content

Haste 0.2.0

Compare
Choose a tag to compare
@sharvil sharvil released this 24 Feb 19:43
· 76 commits to master since this release

This release focuses on LSTM performance.

Added

  • New time-fused API for LSTM (lstm::ForwardPass::Run, lstm::BackwardPass::Run).
  • Benchmarking code to evaluate the performance of an implementation.

Changed

  • Performance improvements to existing iterative LSTM API.
  • BREAKING CHANGE: h must not be transposed before passing it to lstm::BackwardPass::Iterate.
  • BREAKING CHANGE: dv does not need to be allocated and v must be passed instead to lstm::BackwardPass::Iterate.