Zaneham/Booth
Open-source CUDA, Triton and HIP compiler targeting multiple GPU and CPU architectures. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 84
- Longevity 14
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: 35.0
- age_days: 198
- days_rel: 25
- days_push: 10
- n_releases_24m: 3
Adoption not part of the score
1731 stars · 92 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Booth is an open-source compiler that takes CUDA C, HIP, or Triton kernel source and emits binaries for AMD RDNA 2/3/4 GPUs, NVIDIA PTX, Tenstorrent Metalium, RV32IM, or plain x86-64 CPUs without requiring LLVM. It also supports Fortran `do concurrent` kernels via LFortran and OCaml kernels type-checked by ocamlc.
Use cases
- compile triton kernels to run on a cpu without a gpu
- compile cuda c to amd rdna binaries without nvcc
- run gpu kernels on machines with no gpu
- compile hip code for nvidia gpus
- write gpu kernels in ocaml with type checking
- compile fortran do concurrent kernels for gpus
- target tenstorrent hardware from cuda or triton source
When to choose
- you need to run CUDA/Triton kernels on non-NVIDIA hardware like AMD RDNA or Tenstorrent
- you want to execute GPU kernels on CPU-only machines
- you want a dependency-free compiler binary for Linux, macOS, or Windows
- you want to write kernels in OCaml or Fortran with upfront type checking
When to avoid
- you need full production parity with nvcc or ROCm feature sets and vendor support
- you rely on the latest CUDA libraries, cuDNN, or ecosystem tooling
- you need guaranteed performance parity with vendor compilers for your specific kernels
Facets
cli-tool · maturity active
compiler gpu-computing machine-learning developer-tools compilers gpu-computing machine-learning developer-tools programming-languages windows cli cpp cuda triton hip mlir amd-rdna nvidia-ptx tenstorrent fortran ocaml risc-v x86-64 kernel-compilation linux macos gpu
1 source
- readme: https://github.com/Zaneham/Booth · fetched 2026-08-28 · cf275cf938b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Zaneham/Booth | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem