From 31ca4ac876f2a44e70fb1208238eaeb206deb2db Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Mon, 4 Feb 2019 23:14:10 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c409a9d2..ebe04c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Automatic detection of CPU intrisics when building with -arch=native - First version of BERT-training and BERT-classifier, currently not compatible with TF models - New reduction operators +- Use Cmake's ExternalProject to build NCCL and potentially other external libs. ### Fixed - Windows build with recent changes @@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed NaN problem when training with Tensor Cores on Volta GPUs ### Changed +- Update NCCL to 2.4.2 - Add zlib source to Marian's source tree, builds now as object lib - -DUSE_STATIC_LIBS=on now also looks for static versions of CUDA libraries - Include NCCL build from github.com/marian-nmt/nccl and compile within source tree