Implementation of CAC using CUDA
Find a file
2025-04-15 14:11:34 -04:00
docs ENH: add Doxygen documentation 2017-12-28 11:23:40 -07:00
kernels Update to add Cuda to build system 2025-04-15 14:10:01 -04:00
src Update to add Cuda to build system 2025-04-15 14:10:01 -04:00
tests ENH: add commands to clone Google Test into project 2017-12-28 15:24:50 -07:00
.gitignore MAINT: update .gitignore 2017-12-28 15:31:09 -07:00
CMakeLists.txt Update to add Cuda to build system 2025-04-15 14:10:01 -04:00
create_project.sh ENH: add repository automation scripts 2018-01-03 15:55:08 -07:00
LICENSE Create LICENSE 2017-12-28 09:31:15 -07:00
main.cpp Update to add Cuda to build system 2025-04-15 14:10:01 -04:00
new_cpp_project.sh ENH: add repository automation scripts 2018-01-03 15:55:08 -07:00
README.md Update README 2025-04-15 14:11:34 -04:00

C++ Project Template

When setting out on a new project in C++ there are a few configuration steps which need to be completed prior to actually getting down to writing code. This repository is going to be a C++ project template that already has the following components:

  • Directory Structure
  • Make Build (CMake)
  • CUDA integration
  • Unit Test Framework (Google Test)
  • API Documentation (Doxygen)