C++ and CUDA starter kit to call GPU kernels from Python.
A starter kit that lets Python developers implement and call C++ and CUDA kernels without using CMake. It uses setup.py-based builds, pybind11 bindings, and includes CPU OpenMP and CUDA examples for prototyping and benchmarking kernels like matrix multiplication and reductions.
0