├── CMakeLists.txt ├── gpu_library.cpp ├── gpu_library.cu └── test.py /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/torstem/demo-cuda-pybind11/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /gpu_library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/torstem/demo-cuda-pybind11/HEAD/gpu_library.cpp -------------------------------------------------------------------------------- /gpu_library.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/torstem/demo-cuda-pybind11/HEAD/gpu_library.cu -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/torstem/demo-cuda-pybind11/HEAD/test.py --------------------------------------------------------------------------------