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:
authorYoung Jin Kim <youki@microsoft.com>2021-03-22 21:13:40 +0300
committerGitHub <noreply@github.com>2021-03-22 21:13:40 +0300
commitb36d0bbbab1fa4d435e517c974c3fde96e3145fe (patch)
tree8cc8257e313b26b64964ef1afa6eccf66adce7d5
parent0394d2cdbe42b7ad7fc02854da8e063f2a23496f (diff)
Fix FBGEMM build with gcc 9.3+ (#836)
-rw-r--r--CHANGELOG.md2
-rw-r--r--VERSION2
m---------src/3rd_party/fbgemm0
3 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bec777ff..496de92c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix compilation with OMP
### Fixed
+- Fix building marian with gcc 9.3+ and FBGEMM
- 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.)
@@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Broken links to MNIST data sets
### Changed
+- Moved FBGEMM pointer to commit c258054 for gcc 9.3+ fix
- Remove TC_MALLOC as an optional build depdendency. Doesn't seem to actually do anything anymore.
- Change compile options a la -DCOMPILE_CUDA_SM35 to -DCOMPILE_KEPLER, -DCOMPILE_MAXWELL,
-DCOMPILE_PASCAL, -DCOMPILE_VOLTA, -DCOMPILE_TURING and -DCOMPILE_AMPERE
diff --git a/VERSION b/VERSION
index 65e8f193..c820106f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.10.11
+v1.10.12
diff --git a/src/3rd_party/fbgemm b/src/3rd_party/fbgemm
-Subproject 055d2a099c829563aff1fffdeb4594ad8cfe5d9
+Subproject c258054a87b7c9020014558bd81819b3f7104cc