Skip to content

Fix Release for v3.4

Compare
Choose a tag to compare
@9prady9 9prady9 released this 26 Feb 07:34
· 204 commits to master since this release

v3.4.2

Features

  • info_string - Returns the library meta-information as std::string::String.
  • Added arithmetic(+, -, *, /, %, &, |, ^, <<, >>) traits implementations for all input combinations of Array and &Array types.
  • Added a batch(boolean) parameter for logical operation functions - this breaks the API and please change your code where you call these functions accordingly. We are sorry for the inconvenience caused.
  • get_revision - Returns ArrayFire Revision (commit) information of the library as a string.
  • device_info - Returns a quadruple of Strings indicating the name, platform, toolkit name and computer version of the currently active device.

Fixes

Community contributors for this release

Thank you.