GPU extensions of the LeMonADE library Repository with updaters, analyzers, and projects for sharing BFM stuff related to various topics.
- Clone and Install
git clone https://github.com/LeMonADE-project/LeMonADE.git
- Install cmake (minimum version 3.1)
- Install gcc (minimum version 4.8)
- Install cuda (minimum version 7.0)
- Just do for standard compilation: go to the main directory of the source code and do:
# generates the projects
./configure -DINSTALLDIR_LEMONADEGPU=/path/to/install/lemonadeGPU_install -DLEMONADE_DIR=/path/to/installation/lemonade_install -DCUDA_ARCH=arch_of_graphics_card -DBUILDDIR=/path/to/build -DLEMONADEGPU_TESTS=ON/OFF -DCMAKE_BUILD_TYPE=Release/Debug
make install
Compute capability can be found in : https://developer.nvidia.com/cuda-gpus
See the LICENSE in the root directory.