Skip to content
/ CUDATemplate Public template

Template for starting CUDA/C++ project using CMake with Github Action for CI

Notifications You must be signed in to change notification settings

Ahdhn/CUDATemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDATemplate Windows Ubuntu

My template for starting a new CUDA project using CMake on Windows (Visual Studio) or Linux (gcc, clang). The template also includes minimal YAML scripts for CI using Github Actions on both Windows (Visual Studio 2019) and Linux (Ubuntu).

Build

You might first need to change the project name in the CMakeLists.txt and the folder name and fill in any TODO. Then simply run

mkdir build
cd build 
cmake ..

Depending on the system, this will generate either a .sln project on Windows or a make file for a Linux system.

About

Template for starting CUDA/C++ project using CMake with Github Action for CI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published