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

getkeops/keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows observed · 2026-08-28

github.com/getkeops/keops · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 93
  • Release rhythm 8
  • Longevity 100
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: 2694
  • days_rel: 502
  • days_push: 47
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1189 stars · 78 forks observed · 2026-08-28

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

KeOps (pykeops) is a Python library for computing kernel reductions over large arrays on CPUs and GPUs using efficient C++/CUDA routines with automatic differentiation. It avoids materializing full kernel or distance matrices, enabling memory-efficient KNN queries, N-body interactions, and point cloud convolutions.

Use cases

  • compute kernel matrix-vector products that don't fit in GPU memory
  • fast K-nearest neighbors search on large point clouds
  • N-body interaction simulations with gradients
  • point cloud convolutions for geometric deep learning
  • autodiff through kernel operations in PyTorch
  • speed up Gaussian kernel computations by 10-100x over PyTorch

When to choose

  • you need kernel or distance computations on millions of points without memory overflows
  • you want autodiff-capable geometric operations in NumPy, PyTorch, Matlab, or R
  • geometric deep learning or kernel methods are memory-bound in your pipeline

When to avoid

  • you need simple dense linear algebra that standard BLAS/PyTorch handles fine
  • your project requires pure Python without C++/CUDA compilation
  • you work on small datasets where the overhead isn't worth it

Facets

library · maturity active

math machine-learning gpu-computing benchmarking machine-learning gpu-computing mathematics python cross-platform kernel-operations autodiff cuda pytorch numpy nearest-neighbors point-clouds symbolic-tensors algorithms gpu

2 sources

Member repositories

RepositoryRoleHealth v2
getkeops/keopsmain65

For agents

markdown · JSON · MCP: product_card(name="getkeops/keops")

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