Skip to content

v0.14.4

Compare
Choose a tag to compare
@oleksandr-pavlyk oleksandr-pavlyk released this 19 Jul 12:32
· 1608 commits to master since this release
3794cbc

This is hot-fix for 0.14.3 release.

Added

  • Added dpctl.tensor.less_equal, dpctl.tensor.greater, dpctl.tensor.greater_equal: #1239

Changed

  • Optimized in-place arithmetic operations for updating matrix with rows/columns via broadcasting: #1244

Fixed

  • Fixed handling of 0d arrays in dpctl.tensor.sum: #1238