mirror of
https://github.com/guillaumetousignant/cuda_test.git
synced 2026-07-23 10:41:04 -04:00
No description
- C 97.7%
- Cuda 1.2%
- C++ 0.4%
- CMake 0.4%
- Python 0.3%
| external_windows | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| plots.py | ||
| README.md | ||
cuda_test
Installation:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..
make
make install