Cuda code Jottings what have learnt.
cmake -S . -B build
cmake --build build --config release -j4
├── include
├── src
├── test
├── CMakeLists.txt
└── README.md
Todo...
cd build
ctest
- optional:
-R <ut>
: choose ut-V
: print console output of unittests