marian/README.md
2017-03-22 05:39:27 +00:00

1.0 KiB

Marian


Join the chat at https://gitter.im/amunmt/marian Build Status

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 Programme under grant agreements 688139 (SUMMA; 2016-2019) and 645487 (Modern MT; 2015-2017).