CNugteren/CLBlast
Tuned OpenCL BLAS observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 77
- Release rhythm 45
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4113
- days_rel: 156
- days_push: 142
- n_releases_24m: 1
Adoption not part of the score
1186 stars · 212 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CLBlast is a lightweight, tunable OpenCL BLAS library written in C++11 that implements basic linear algebra subprograms for vectors and matrices. It targets a wide variety of OpenCL devices from different vendors, including desktop, laptop, and embedded GPUs, and includes tuners for optimizing performance on specific hardware.
Use cases
- run BLAS matrix operations on non-NVIDIA GPUs via OpenCL
- accelerate matrix multiplication (GEMM) on embedded or Intel GPUs
- tune BLAS kernels for a specific OpenCL device or matrix shape
- use half-precision fp16 linear algebra routines
- replace clBLAS with a modern, customizable C++ BLAS library
When to choose
- you need BLAS on OpenCL devices from any vendor, not just CUDA GPUs
- you want to inspect or customize the BLAS kernels yourself
- you run on exotic or older OpenCL 1.1 hardware and can run the tuners
- you prefer a C++ API (with a C API also available) over clBLAS's C API
When to avoid
- you run exclusively on NVIDIA CUDA-enabled GPUs where cuBLAS's assembly-tuned kernels are faster
- you need out-of-the-box peak performance without running the tuning step on untuned devices
Facets
library · maturity stable
math gpu-computing benchmarking machine-learning gpu-computing performance cpp cross-platform windows blas opencl gemm matrix-multiplication linear-algebra tunable-kernels fp16 algorithms linux macos gpu
1 source
- readme: https://github.com/CNugteren/CLBlast · fetched 2026-08-28 · 83cd0fa06531
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CNugteren/CLBlast | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="CNugteren/CLBlast")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem