Skip to content

LamLuong/cmake-cuda-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-cuda-static

Quick & dirty CMake tests for static device library support.

WARNING: this was done in a few minutes and comes with no warranty.

$ mkdir build && cd build
$ cmake ..
$ make
$ ./src/dummy_exe
42
42

About

Quick & dirty CMake tests for static device library support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 56.9%
  • Cuda 18.7%
  • Shell 16.8%
  • C++ 7.6%