Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 389 Bytes

pybind11-cuda

Compiles out of the box with cmake

Numpy integration

C++ Templating for composable kernels with generic data types

Originally based on https://github.com/torstem/demo-cuda-pybind11

Prerequisites

Cuda installed in /usr/local/cuda

Python 3.6 or greater

Cmake 3.6 or greater

To build

source install.bash

Test it with python3 test_mul.py