Releases: IBM/zDNN
Releases · IBM/zDNN
v1.1.2
v1.1.1
What's Changed
- Bump in preparation of v1.1.1 by @n-marion in #24
- Fix Linux build issues by @Andreas-Krebbel in #25
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
What's Changed
- add: pull_request_template.md by @dev-japo in #6
- add: issue templates by @dev-japo in #7
- add: CODEOWNERS file by @dev-japo in #8
- fix: remove non ASCII characters by @dev-japo in #12
- add: help target to make file by @dev-japo in #11
- Prepare v1.0.1 by @n-marion in #14
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.4.0
What's Changed
- Limit symbol check to global symbols by @Andreas-Krebbel in #3
- Fix initialization of CFLAGS_INIT by @Andreas-Krebbel in #2
- Fix Makefile dependencies by @Andreas-Krebbel in #4
- Sync to 0.4.0 by @n-marion in #5
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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]