AdaptiveCpp/AdaptiveCpp
Compiler for multiple programming models (SYCL, C++ standard parallelism, HIP/CUDA) for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime! observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 99
- Release rhythm 31
- 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: 159.0
- age_days: 2972
- days_rel: 301
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
1928 stars · 225 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AdaptiveCpp (formerly hipSYCL/Open SYCL) is an independent, community-driven C++ compiler platform for heterogeneous programming models including SYCL, C++ standard parallelism (stdpar), and portable CUDA/HIP. It targets CPUs and GPUs from all major vendors (NVIDIA, AMD, Intel, Apple) and can produce a single binary that adapts to all hardware in the system, even at runtime.
Use cases
- compile SYCL code for NVIDIA, AMD, Intel, and Apple GPUs
- offload C++ standard parallelism (parallel STL) to GPUs from any vendor
- compile CUDA or HIP code into a single portable binary that also runs on CPUs
- run one binary across heterogeneous hardware from multiple vendors simultaneously
- use vendor profilers and debuggers with portable GPU code
- avoid vendor lock-in for GPU-accelerated HPC applications
When to choose
- you need a vendor-independent SYCL implementation
- you want C++ stdpar offloading across NVIDIA, AMD, and Intel GPUs
- you need a single binary targeting CPUs and GPUs from multiple vendors
- you want to mix CUDA and SYCL in the same source file
- you need portable CUDA/HIP code that also runs on CPUs
When to avoid
- you only target a single vendor and prefer the vendor's fully supported toolchain (CUDA, ROCm, oneAPI)
- you need guaranteed vendor-level support and certification
- you rely on experimental features like PCUDA or stdpar offloading requiring production stability
Facets
cli-tool · maturity active
compiler gpu-computing concurrency gpu-computing compilers cross-platform windows cpp sycl stdpar cuda hip heterogeneous-computing hpc llvm jit-compiler gpgpu compiler high-performance-computing linux macos gpu
2 sources
- readme: https://github.com/AdaptiveCpp/AdaptiveCpp · fetched 2026-08-28 · 0f967759b894
- homepage: https://adaptivecpp.github.io/ · fetched 2026-08-29 · bd1febc6de16
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AdaptiveCpp/AdaptiveCpp | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="AdaptiveCpp/AdaptiveCpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem