Check cuda API and kernel calls for successful execution
[ppcg.git] / README
blob5faea3f83f4dd0c439c937bff9b107d81f59bc69
1 Requirements:
3 - gmp (http://gmplib.org/)
4 - libyaml (http://pyyaml.org/wiki/LibYAML)
5 - LLVM/clang libraries, 2.9 or higher (http://clang.llvm.org/get_started.html)
7 Compilation:
9         git clone git://repo.or.cz/ppcg.git
10         cd ppcg
11         git submodule init
12         git submodule update
13         ./autogen.sh
14         ./configure
15         make
16         make check