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>2018-12-08 00:39:27 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-12-08 00:39:27 +0300
commit88324fedc4c6e588ed522e8082c1c778851ff61a (patch)
tree2b4fa84df8743b4f505f27f10123def6fbf33339
parent8b4b3dae1e4b1d1322c2ec677e051c85b4d788d7 (diff)
bump version, add to changelog
-rw-r--r--CHANGELOG.md5
-rw-r--r--VERSION2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b38887b..307a0dce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+### Added
+- Automatic detection of CPU intrisics when building with -arch=native
+
### Fixed
- Fixed handling of "dump-config: false" in YAML config
- Errors due to warnings
- Fixed issue concerning failed saving with single GPU training and --sync-sgd option.
### Changed
+- -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
- Set nearly all warnings as errors for Marian's own targets. Disable warnings for 3rd party.
## [1.7.0] - 2018-11-27
diff --git a/VERSION b/VERSION
index 5f152d81..a9bbd79f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.7.3
+v1.7.4