Skip to content

TensorFlow-DirectML 1.15.6

Compare
Choose a tag to compare
@PatriceVignola PatriceVignola released this 06 May 17:10
· 15 commits to directml since this release
4221fda

Build of tensorflow-directml built on May 6, 2022

The Python packages are available as a PyPI release. To download the latest python package automatically, simply pip install tensorflow-directml.

Changes in 1.15.6

  • Enables forwarding of inputs to avoid copies in some scenarios.
  • Removes the the use of CopyTileMappings for PIX captures.
  • Increases the default cache size for the kernel cache to 1536.
  • Upgrades to DirectML 1.8.2, which includes a fix for bad tensor alignment on Linux and a fix for grouped Convolution for certain combinations of parameters.