/CUDAClionStarterProject

CUDA CLion starter project template, with simple vector addition code.

Primary LanguageCuda

CUDAClionStarterProject

CUDA CLion starter project template, with simple vector addition code.

Additional steps in Clion

  • Add .cu to C++ file types.
  • Build once and then set executable in build configuration to the .exe file in cmake-build-debug folder
  • Update arch in CMakeList if getting invalid device function errors.

Links