Skip to content

graph-v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vpirogov vpirogov released this 28 Jun 16:48
· 2 commits to dev-graph-alpha since this release

This is a patch release containing the following changes to graph-v0.5:

  • Fixed the layout propagation of Reshape and Transpose operators in oneDNN backend (3b681d4, 09863f9)
  • Enabled scalar Divide + MatMul fusion in oneDNN backend (d4c7dc6)
  • Enabled Convolution + LeakyReLU fusion in oneDNN backend (b0f4dbb, c8fb4c1, e15979e)
  • Improved the document of fusion patterns (b9a5238)
  • Fixed operands swapping for binary operators (a07bfda, d2567d7)
  • Worked around a false positive build issue in GCC11 for compiler backend (17a40d0)