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

pytorch/FBGEMM

FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/ observed · 2026-08-28

github.com/pytorch/FBGEMM · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 82
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: 75.5
  • age_days: 2900
  • days_rel: 42
  • days_push: 7
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

1584 stars · 777 forks observed · 2026-08-28

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

FBGEMM is a collection of highly optimized low-precision matrix multiplication and convolution kernels for server-side deep learning inference, published as FBGEMM (CPU), FBGEMM_GPU, and FBGEMM-GenAI packages. It serves as the backend for PyTorch's quantized x86 CPU operators and provides GPU operators for recommendation systems and generative AI workloads.

Use cases

  • run low-precision quantized inference on x86 CPUs
  • speed up matrix multiplication for small batch sizes
  • quantize models with row-wise or outlier-aware quantization
  • train and serve recommendation system models on GPUs
  • use FP8 quantization for generative AI inference
  • accelerate PyTorch quantized operators

When to choose

  • you need high-performance low-precision GEMM on x86 server CPUs
  • you are deploying PyTorch quantized models
  • you build recommendation systems with embedding operations on GPU
  • you need FP8 kernels for GenAI inference

When to avoid

  • you need a high-level training framework rather than kernels
  • you target ARM or other non-x86 CPUs for the CPU library
  • you want plug-and-play quantization without writing C++/CUDA integration

Facets

library · maturity active

machine-learning deep-learning llm-inference gpu-computing benchmarking deep-learning machine-learning large-language-models gpu-computing performance cpp python quantization matrix-multiplication inference-kernels recommendation-systems low-precision pytorch fp8 simd gpu linux cuda

1 source

Member repositories

RepositoryRoleHealth v2
pytorch/FBGEMMmain93

For agents

markdown · JSON · MCP: product_card(name="pytorch/FBGEMM")

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