Skip to content

Commit

Permalink
Fix FBGEMM build with gcc 9.3+ (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim362 authored Mar 22, 2021
1 parent 0394d2c commit b36d0bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.11
v1.10.12
2 changes: 1 addition & 1 deletion src/3rd_party/fbgemm

0 comments on commit b36d0bb

Please sign in to comment.