Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leo27945875/pybind11_cuda_matmul
- Owner: leo27945875
- Created: 2024-11-14T14:04:20.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T21:25:14.000Z (3 months ago)
- Last Synced: 2024-11-21T22:26:39.505Z (3 months 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
```