starterCUDA
|
A very basic cli app to demonstrate a starter CMake/CUDA project.
Dependencies:
Run the following commands:
git clone https://github.com/nitro44x/starterCUDA cd starterCUDA mkdir build cd build cmake .. make ./src/testApp/testApp ctest
If you have doxygen installed, you can build the docs by enabling the BUILD_DOCS option during generation.
cmake -DBUILD_DOCS:BOOL=ON .. make
At this point, you should be able to open the file <sourceRoot>/build/html/index.html in a web browser to see the generated documentation.
This template also searches for ccache to speedup reoccuring computations. For more info see ccache. This is completely optional and should work behind the scenes.
In order to give the generated documentation a little makeover, this template uses the doxygen-awesome-css theme. I've opted to just grabbing a copy of the theme since I'm trying to reduce the number of submodules.