Skip to content

v0.12.0 - Adds f16 dtype

Compare
Choose a tag to compare
@coreylowman coreylowman released this 11 Jul 13:39
· 41 commits to main since this release

Breaking changes

  • [Breaking] Adding Tensor::try_realize, and Tensor::realize no longer returns Result by @coreylowman in #758
  • [Breaking] ReshapeTo::reshape_like and ReshapeTo::try_reshape_like now panic instead of returning option by @coreylowman in #766
  • [Breaking] Adding dilation/groups to Conv2D. Adding dilation to Pool2D by @coreylowman in #767
  • [Breaking] Use gemm for matmul. Removes support for matrixmultiply & MKL by @coreylowman in #776
  • [Breaking] Moving storage GAT to trait level generic. Split DeviceStorage into multiple traits by @coreylowman in #782
  • [Breaking] Adding dilation/groups to ConvTranspose2D by @coreylowman in #783

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0