Skip to content

bpinaya/cuda-with-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA with CMake


Simple CUDA building with cmake.

Make sure you have CMake version >3.8. It can be downloaded from here.

To build simply run:

mkdir build && cd build
cmake ..
make

Code reference from here

Tested with CUDA 9.2.

About

Simple example of CUDA compilation with CMake > 3.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published