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
- Host: GitHub
- URL: https://github.com/leo27945875/pybind11_cuda_matmul
- Owner: leo27945875
- Created: 2024-11-14T14:04:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-21T21:25:14.000Z (over 1 year ago)
- Last Synced: 2025-03-16T21:25:10.966Z (over 1 year ago)
- Topics: cpp, cuda, matrix-multiplication, pybind11, python3
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```