mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
766 B
766 B
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