marian/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

# Marian
-------------
2016-09-19 16:02:30 +03:00
2017-02-07 15:02:33 +03:00
[![Join the chat at https://gitter.im/amunmt/marian](https://badges.gitter.im/amunmt/marian.svg)](https://gitter.im/amunmt/marian?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](http://vali.inf.ed.ac.uk/jenkins/buildStatus/icon?job=Marian)](http://vali.inf.ed.ac.uk/jenkins/job/Marian/)
2016-09-19 16:14:00 +03:00
Google group for commit messages: https://groups.google.com/forum/#!forum/mariannmt
2016-05-04 13:07:44 +03:00
A C++ gpu-specific parallel automatic differentiation library
with operator overloading.
2016-05-04 01:43:39 +03:00
2016-05-04 16:18:00 +03:00
In honour of Marian Rejewski, a Polish mathematician and
2016-05-04 13:07:44 +03:00
cryptologist.
2016-05-04 16:18:00 +03:00
## Installation
2016-09-13 15:04:23 +03:00
------------
## Requirements:
2016-09-13 15:04:23 +03:00
* g++ with c++11
2017-02-06 03:17:10 +03:00
* CUDA
* Boost (>= 1.56)
2016-09-13 15:04:23 +03:00
## Compilation with `cmake > 3.5`:
2016-09-13 15:04:23 +03:00
mkdir build
cd build
cmake ..
make -j
## Acknowledgements
2017-03-23 00:38:44 +03:00
The development of Marian received funding from the European Union's _Horizon 2020 Research and Innovation Programme_ under grant agreements 688139 ([SUMMA](http://www.summa-project.eu); 2016-2019) and 645487 ([Modern MT](http://www.modernmt.eu); 2015-2017) and the Amazon Academic Research Awards program.