Ross ROSS = Recommend OSS · open-source software intelligence for agents

Maratyszcza/NNPACK

Acceleration package for neural networks on multi-core CPUs observed · 2026-08-28

github.com/Maratyszcza/NNPACK · C · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3817
  • days_rel: n/a
  • days_push: 813
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1710 stars · 321 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

NNPACK is a C99 acceleration package providing high-performance SIMD and multi-core CPU implementations of neural network layers, especially convolutional layers, using FFT, Winograd, and implicit GEMM algorithms. It serves as a low-level performance primitive library consumed by deep learning frameworks like PyTorch, Caffe2, and MXNet rather than being used directly by researchers.

Use cases

  • speed up convolutional layer inference on multi-core CPUs
  • accelerate convnet forward and backward propagation with SIMD
  • use FFT-based convolution for large kernels
  • use Winograd transform for fast 3x3 convolutions
  • integrate optimized NN primitives into a deep learning framework
  • run neural network inference on ARM mobile devices with NEON

When to choose

  • you need maximum CPU performance for convnet layers in a framework or runtime
  • you target x86-64 with AVX2 or ARM with NEON, including mobile and WebAssembly
  • you want dependency-free C99 primitives for convolution and fully-connected layers

When to avoid

  • you want a high-level ML framework or training toolkit rather than low-level primitives
  • you need GPU acceleration
  • you need actively developed features or modern CPU instruction sets beyond AVX2, as the project is in maintenance mode

Facets

library · maturity maintenance

machine-learning llm-inference benchmarking concurrency deep-learning machine-learning performance gpu-computing wasm cpp python simd neural-networks convolution cpu-optimization winograd-transform fft inference-primitives c99 linux macos android ios

1 source

Member repositories

RepositoryRoleHealth v2
Maratyszcza/NNPACKmain32

For agents

markdown · JSON · MCP: product_card(name="Maratyszcza/NNPACK")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem