Skip to content

Releases: IBM/zDNN

v1.1.2

17 Apr 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Nov 16:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Nov 20:48
0ced3a2
Compare
Choose a tag to compare

What's Changed

  • Add support for new Telum II zAIU Accelerator
  • Introduce new Operation APIs:
    • Square Root
    • Inverse Square Root
    • Leaky Relu
    • Softmax with Mask
    • Gelu
    • Matrix Multiplication with Transpose
    • Normalization
    • Moments
    • Layernorm
    • Reduce
  • Add Quantization Support
    • Quantized Transformation
    • Quantized Matrix Multiplication
  • Added Transform Saturation Support

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

13 Feb 14:23
4ae745c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Apr 17:13
6a28d5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v1.0.0

v0.4.0

19 Jan 15:23
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

01 Oct 16:33
9ca3c3d
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
Prepare for v0.3.1 (#1)

1.  Currently a target attribute is used to build only the functions required for initialization without -march=z14. This however leads to problems when building with fortify source. The function wrappers for the fortify source feature are marked always_inline but GCC would have to reject inlining into functions with a target attribute.

2. With that commit the init routines are moved to a separate source file: zdnn_init.c which is built with a different set of options.

3. Add CONTRIBUTION.md file

4. Minor typo in API doc.

Signed-off-by: Andreas Krebbel [email protected]
Signed-off-by: Nicholas Marion [email protected]