Skip to content

MIOpen v2.7.0

Compare
Choose a tag to compare
@daniellowell daniellowell released this 18 Sep 21:13
· 1853 commits to develop since this release

Notes:

  • This release contains a new reduction API; see API documentation for more information. Additional features for embedded builds have been added, and further support for 3D convolutional networks.

Changes:

  • Added additional tunings into performance database
  • Added general reduction API
  • Added cmake flag for embedding binary database into a static MIOpen build
  • Added cmake flag for embedding system find-db text files into static MIOpen build
  • Fixed issue with GEMM workspace size calculation for backwards data convolutions #381
  • Fixed issue with 3D pooling indexing #365