Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leo27945875/pybind11_cuda_matmul


https://github.com/leo27945875/pybind11_cuda_matmul

cpp cuda matrix-multiplication pybind11 python3

Last synced: 21 days 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
```