An open API service indexing awesome lists of open source software.

https://github.com/leo27945875/pybind11_cuda_matmul


https://github.com/leo27945875/pybind11_cuda_matmul

cpp cuda matrix-multiplication pybind11 python3

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# CPU & CUDA Tiled Matrix Multiplication with Pybind11

## Usage:

```bash
mkdir build
cd build
cmake ..
make
cd ..
make test # Do unittest
make perf # Evaluate the performance of each mm function
```