mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
update changelog and version
This commit is contained in:
parent
52c761898b
commit
54fba7868e
@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Switch to change abort to exception, only to be used in library mode
|
||||
- Support for 16-bit packed models with FBGEMM
|
||||
- Multiple separated parameter types in ExpressionGraph, currently inference-only
|
||||
- Safe handling of sigterm signal
|
||||
- Automatic vectorization of elementwise operations on CPU for tensors dims that
|
||||
are divible by 4 (AVX) and 8 (AVX2)
|
||||
@ -24,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- Compilation with CUDA 10.1
|
||||
|
||||
### Changed
|
||||
- Removed autotuner for now, will be switched back on later
|
||||
- Boost depdendency is now optional and only required for marian_server
|
||||
or for boost::regex when compiling with g++-4.9
|
||||
- Simplified file stream and temporary file handling
|
||||
|
Loading…
Reference in New Issue
Block a user