swiftfile / CUDAClionStarterProject

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Cuda 44.2%Language:C++ 35.5%Language:CMake 17.0%Language:C 3.3%