mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
1.0 KiB
1.0 KiB
Marian
Google group for commit messages: https://groups.google.com/forum/#!forum/mariannmt
A C++ gpu-specific parallel automatic differentiation library with operator overloading.
In honour of Marian Rejewski, a Polish mathematician and cryptologist.
Installation
Requirements:
- g++ with c++11
- CUDA
- Boost (>= 1.56)
Compilation with cmake > 3.5
:
mkdir build
cd build
cmake ..
make -j
Acknowledgements
The development of Marian received funding from the European Union's Horizon 2020 Research and Innovation Programm under grant agreements 688139 (SUMMA; 2016-2019) and 645487 (Modern MT; 2015-2017).