marian/README.md
2017-02-09 18:10:02 +00:00

766 B

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