Skip to content

MIOpen v2.4.0

Compare
Choose a tag to compare
@daniellowell daniellowell released this 03 Jun 02:29
· 1664 commits to develop since this release
bd4a330

Notes:

  • This release contains new implementations of 3D convolutions using implicitGEMM, general performance improvements for convolutions, bug fixes, better versioning in directories, integration with the new rocclr, and dropout support in RNNs.

Changes:

  • Added 3D convolutions for the implicitGEMM algorithm in the forward and backward-data passes
  • Added dropout support for RNN layer; e.g., RNN-vanilla, GRU, and LSTM
  • Added support for AMD's rocclr runtime and compiler
  • Improved performance for implicitGEMM and Winograd algorithms
  • Improved database locking
  • Fixed issue with GPU memory segmentation fault on asymmetric padding #142