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:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-02-24 08:19:34 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-02-24 08:19:34 +0300
commit8ecc8b653f589852c3aa3bcbebfadcd08ac9ba92 (patch)
treeac5774c44d41f64050a89f8b9d6f155ef47afc6a /CHANGELOG.md
parent147d9dc25be59b195ff612648e03a4bbb442fe7b (diff)
FindMKL modified to find installed mkl in system paths
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 8ee3e20e..e9eb55ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Dynamic gradient-scaling with `--dynamic-gradient-scaling`.
### Fixed
+- Find MKL installed under Ubuntu 20.04 via apt-get
- Support for CUDA 11.
- General improvements and fixes for MPI handling, was essentially non-functional before (syncing, random seeds, deadlocks during saving, validation etc.)
- Allow to compile -DUSE_MPI=on with -DUSE_STATIC_LIBS=on although MPI gets still linked dynamically since it has so many dependencies.