CUDA Examples Building Instructions To build all the examples at once: mkdir build/ cd build/ cmake .. make -j$(nproc) To build a particular example: cd 00X_example/ make -j$(nproc)