bainro / static_cuda

simple static cuda boilerplate for cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuda Library with C++ Executable CMake Project

Basic C++ (built with g++) cmake project with a Cuda library (built with nvcc)

We want to have a cuda independant C++ executable linked with a cuda library.
This means that the C++ executable is built with a C++ compiler (i.e: gcc) and the cuda code is built with nvcc.

About

simple static cuda boilerplate for cmake


Languages

Language:Cuda 52.1%Language:CMake 42.8%Language:C++ 3.8%Language:C 1.3%