AccelerateHS/accelerate
Embedded language for high-performance array computations observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5626
- days_rel: n/a
- days_push: 74
- n_releases_24m: 0
Adoption not part of the score
1018 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Accelerate is an embedded domain-specific language in Haskell for high-performance, multi-dimensional array computations. Programs written as collective operations are online-compiled via LLVM or CUDA backends to run on multicore CPUs and GPUs.
Use cases
- run array computations on GPUs from Haskell
- write high-performance parallel numeric code
- accelerate compute-intensive kernels like dot products or stencil operations
- compile Haskell array programs to LLVM or CUDA
- prototype GPGPU programs in a high-level functional style
- offload dense linear algebra or image processing workloads
When to choose
- you program in Haskell and need GPU or multicore acceleration for dense array math
- you want type-safe, declarative parallel code without writing CUDA by hand
- you need portable performance across CPU and GPU backends
When to avoid
- you need irregular or sparse data structures rather than dense regular arrays
- your project is not in Haskell
- you need fine-grained manual control over GPU kernels or memory layout
- you need a mature ecosystem of ML libraries on GPU
Facets
library · maturity active
compiler gpu-computing math concurrency gpu-computing programming-languages compilers performance cpp cross-platform embedded-language array-computing llvm cuda parallel-computing haskell gpgpu high-performance-computing algorithms gpu
3 sources
- readme: https://github.com/AccelerateHS/accelerate · fetched 2026-08-28 · f9279ae8c8e1
- homepage: https://www.acceleratehs.org · fetched 2026-08-29 · 13c27b621e17
- site_page: https://www.acceleratehs.org/documentation.html · fetched 2026-08-29 · fbbefa9fde0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AccelerateHS/accelerate | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="AccelerateHS/accelerate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem