The source code of BPLG is available for public download. The library can be easily compiled using the included Makefile on Linux platforms. An automatic benchmark is included.
Requirements
- NVIDIA CUDA SDK 5.0 or higher.
- GPU with at least CUDA capabilities 3.0.
- Only 64-bit operating systems are officially supported.
License
The BPLG library is available under the GPL license v3.
Source
2016-08-19:
Preparing the public release. Source will be available soon.
First public release. The library code is contained on alg/lib-BPLG folder. Also, a Makefile is provided for installing the library on Linux platforms. Just modify the Makefile.inc for establishing your CUDA_ARCH and default directories. Furthermore, the BPLib.cpp shows an example of how to use the library for benchmarking.