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>2021-04-08 10:30:38 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-04-08 10:30:38 +0300
commitbfa6180033307f579f91d4220971474d0c3de86d (patch)
tree723adfb39214f2fc103e6a5e90c1fc30a56bc6eb /CHANGELOG.md
parentc29cc83dc4d234f0e3a00a46a729053132b408b8 (diff)
Revert "remove TC_MALLOC from optional dependencies (#840)"
This reverts commit 096c48e51cd2e61bb275345d7cca99cbfd6bc5c7.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56ede4e5..36324453 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### 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
- Disable -DCOMPILE_KEPLER, -DCOMPILE_MAXWELL by default.