CUDA Learning
- Replace the settings in the vscode configuration file that involve the location of the software with the location corresponding to the compilation platform.
- Correctly install nvidia gpu driver and nvidia cuda toolkit.
- Correctly install opencv(4.4.0 and above is okay).
- Add necessary runtime path of opencv and nvidia cuda toolkit to the environment.
- Using cmake or vscode C/C++ plugins to auto configure the build the project.
- Same as the step 1-4 of Windows.
- Using cmake to configure and build the project
# for unitTests cd unitTests mkdir build && cd build cmake .. make -j