├── .travis.yml ├── CMakeLists.txt ├── LICENSE ├── README.md └── hello.cu /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremad/cuda-travis/HEAD/.travis.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremad/cuda-travis/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremad/cuda-travis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremad/cuda-travis/HEAD/README.md -------------------------------------------------------------------------------- /hello.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremad/cuda-travis/HEAD/hello.cu --------------------------------------------------------------------------------