pytorch/glow
Compiler for Neural Network hardware accelerators observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 3260
- days_rel: n/a
- days_push: 844
- n_releases_24m: 0
Adoption not part of the score
3320 stars · 701 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Glow is a machine learning compiler and execution engine for neural network hardware accelerators, developed under the PyTorch project. It lowers neural network dataflow graphs through a two-phase strongly-typed IR to perform domain-specific optimizations, memory optimizations, and machine-specific code generation for hardware backends.
Use cases
- compile neural network graphs for custom hardware accelerators
- build a backend for a machine learning framework targeting specialized chips
- optimize memory allocation and instruction scheduling for NN inference
- port deep learning models to embedded AI hardware
- experiment with ML compiler IR design and lowering techniques
When to choose
- you are a hardware vendor building a compiler backend for an AI accelerator
- you need to lower ONNX-style neural network graphs to custom hardware
- you want state-of-the-art graph- and memory-level optimizations for NN execution
When to avoid
- you just need to run inference on CPUs or GPUs with an existing runtime like PyTorch or ONNX Runtime
- you need a actively developed tool - development has slowed and the project is largely in maintenance
- you want a high-level training framework rather than a compiler backend
Facets
library · maturity maintenance
compiler machine-learning llm-inference machine-learning compilers gpu-computing deep-learning cpp neural-network-compiler hardware-accelerators code-generation execution-engine ml-compiler linux macos
1 source
- readme: https://github.com/pytorch/glow · fetched 2026-08-28 · 8d96b4f0913b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytorch/glow | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem