No description
  • C 97.7%
  • Cuda 1.2%
  • C++ 0.4%
  • CMake 0.4%
  • Python 0.3%
Find a file
2020-09-03 12:21:42 -04:00
external_windows Added aptracer externals 2020-05-27 10:01:34 -04:00
src 2pi 2020-07-21 12:34:54 -04:00
tests initial commit 2020-04-30 10:44:16 -04:00
.gitattributes initial commit 2020-04-30 10:44:16 -04:00
.gitignore initial commit 2020-04-30 10:44:16 -04:00
.travis.yml initial commit 2020-04-30 10:44:16 -04:00
CMakeLists.txt remove unneeded stuff 2020-09-03 12:21:42 -04:00
LICENSE initial commit 2020-04-30 10:44:16 -04:00
plots.py Revert "Revert "sorting, when will be non-structured"" 2020-07-03 11:08:27 -04:00
README.md added newline for complaining markdown extension 2020-07-01 10:25:19 -04:00

cuda_test

Installation:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..
make
make install