A high-performance CUDA library for fused matrix multiplication with ReLU
Project description
🚀 cuMatfuse
cuMatfuse is a minimal CUDA library for fused matrix multiplication with ReLU activation: C = ReLU(A × B)
✨ Features
- CUDA-accelerated fused GEMM with ReLU
- Lightweight and portable
- Easy to extend and integrate into ML inference pipelines
🛠 Requirements
- NVIDIA GPU (Compute Capability 7.0+)
- CUDA Toolkit ≥ 11.8
- CMake ≥ 3.18
- Linux or Windows
🔧 Build Instructions
git clone https://github.com/divakar-yadav/cuMatfuse.git
cd cuMatfuse
mkdir build && cd build
cmake ..
make
🧪 Run Example
./cuMatfuse_demo
Expected Output:
C = ReLU(A × B):
22 28
49 64
76 100
6 8
📦 License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cumatfuse-0.1.1-cp312-cp312-manylinux_2_39_x86_64.whl.
File metadata
- Download URL: cumatfuse-0.1.1-cp312-cp312-manylinux_2_39_x86_64.whl
- Upload date:
- Size: 273.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.39+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
138778016ac9d76b28f5d478ad870533ee72d99147ca71009db7f603392c670e
|
|
| MD5 |
b1100f914798a87bd7d01198aa9b0346
|
|
| BLAKE2b-256 |
74062009dd1cd6be0b835ac9175ef231e10798d9f33d581ea34c8ed8909c26cb
|