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:
authorGraeme <graemenail.work@gmail.com>2021-03-12 14:58:34 +0300
committerGitHub <noreply@github.com>2021-03-12 14:58:34 +0300
commit2352475705e51b6db31bb49078263638d9eb3aed (patch)
tree92081931aab3c16826abc93fc42aa1f9d5c10a2f /CHANGELOG.md
parentdb399d749c06d816ae104a97ee0f39bd651420b5 (diff)
Fix missing float template specialisation for elem::Plus (#822)
* Fix missing float template specialisation for elem::Plus * Update CHANGELOG.md
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 b0d05e95..57330db7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Allow to compile -DUSE_MPI=on with -DUSE_STATIC_LIBS=on although MPI gets still linked dynamically since it has so many dependencies.
- Fix building server with Boost 1.75
- Missing implementation for cos/tan expression operator
+- Missing float template specialisation for elem::Plus
### Changed
- Change compile options a la -DCOMPILE_CUDA_SM35 to -DCOMPILE_KEPLER, -DCOMPILE_MAXWELL,