diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad291ee8..82fea9fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.10.0] - 2021-02-06 + ### Added - Added `intgemm8(ssse3|avx|avx512)?`, `intgemm16(sse2|avx|avx512)?` types to marian-conv with uses intgemm backend. Types intgemm8 and intgemm16 are hardware-agnostic, the other ones hardware-specific. - Shortlist is now always multiple-of-eight. diff --git a/VERSION b/VERSION index 41ed0bd2c..bf7b70e00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.9.61 +v1.10.0 diff --git a/regression-tests b/regression-tests index c360473cc..18c4e5480 160000 --- a/regression-tests +++ b/regression-tests @@ -1 +1 @@ -Subproject commit c360473cc33650da8672cc93fc3feb50028822e7 +Subproject commit 18c4e54806205a3a29b0a8435864d6312dccaacf diff --git a/src/3rd_party/nccl b/src/3rd_party/nccl index 7d3486128..5dcf77514 160000 --- a/src/3rd_party/nccl +++ b/src/3rd_party/nccl @@ -1 +1 @@ -Subproject commit 7d3486128ebc865b9f2cad63a5cfd3a8f6abcb5a +Subproject commit 5dcf7751494f9d04057bfc6b4a2b64611bc12253