Skip to content

Rust wrapper for ArrayFire 3.7.0

Compare
Choose a tag to compare
@9prady9 9prady9 released this 14 Mar 09:50
· 108 commits to master since this release
a439cfa

New Features & Improvements

New Features/Functions

Fixes and Improvements

  • Linked to md-book on gh-pages so that docs.rs works
  • Fixed product functions output Array type. For boolean/char inputs, the output of product operation
    is char and everywhere else same as AggregateType alias.

Improvements in Upstream

  • Added 16-bit floating point support for the following features/functions.
    • JIT
    • Printing of Array
    • Random Number Generation
    • Unary operators/functions
    • clamp
    • flat
    • matmul
    • reorder
    • select_scalar
    • transpose
  • Sparse array - Sparse array arithmetic support added in upstream.
  • Print stack trace on errors.

For more information about the performance and bug fixes made in the upstream, ArrayFire, please refer to the following two release notes.