Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Bogoychev <nheart@gmail.com>2021-03-24 00:32:01 +0300
committerGitHub <noreply@github.com>2021-03-24 00:32:01 +0300
commitffd997e36015e1022a122095ebb8e147c5b59650 (patch)
tree2119738a8f2edfbb1328be39205d00475fb9a286 /CHANGELOG.md
parentb36d0bbbab1fa4d435e517c974c3fde96e3145fe (diff)
Properly copy the entire vector in the int16_t case (#845)
Fixes #842 #843 #844
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 496de92c..d300bb69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix compilation with OMP
### Fixed
+- Fixed an issue when loading intgemm16 models from unaligned memory.
- Fix building marian with gcc 9.3+ and FBGEMM
- Find MKL installed under Ubuntu 20.04 via apt-get
- Support for CUDA 11.