This project is a CUDA extension of the librsb-1.3.0.1
C/C++ API. The website of the original project is available here. The original source code of the 1.3.0.1
version is available here.
WARNING This project must not be considered stable.
This project tries to follow the same function/file naming conventions of the librsb
project, as defined by the original author Michele Martone in the ./librsb/README[.md]
file, which are briefly reported below:
- all functions named
rsb_*
orRSB_*
are intended for external users and actually define thelibrsb
interface - all functions named
rsb__*
orRSB__*
are considered internals and therefore are not meant for external users
The naming conventions for the cuRSB
project are reported below:
- all functions named
rsb_cuda_*
are intended for external users and actually define thecuRSB
interface - all functions named
rsb_cuda__*
are considered internals and therefore are not meant for external users