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

ispc/ispc

Intel® Implicit SPMD Program Compiler observed · 2026-08-28

github.com/ispc/ispc · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 93
  • Release rhythm 78
  • Longevity 100
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: 40.0
  • age_days: 5552
  • days_rel: 69
  • days_push: 42
  • n_releases_24m: 13

Full methodology

Adoption not part of the score

2945 stars · 351 forks observed · 2026-08-28

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

Intel ISPC is a compiler for a C-based SPMD (single program, multiple data) language that targets SIMD vector units on CPUs and GPUs. It lets programmers write serial-looking code that compiles to wide-vector instructions, delivering significant speedups without hand-written intrinsics.

Use cases

  • compile C-like SPMD code to SIMD instructions
  • speed up numeric kernels on AVX/SSE vector units
  • write high-performance code without intrinsics
  • parallelize computation across cores and vector lanes
  • target GPUs with a C-based language

When to choose

  • you need SIMD performance but want to avoid assembly or intrinsics
  • your workload is data-parallel and benefits from vectorization
  • you want portable high-performance kernels across CPU architectures

When to avoid

  • your code is inherently serial or branch-heavy
  • you need a general-purpose language rather than a performance kernel compiler
  • your target hardware lacks SIMD vector units

Facets

cli-tool · maturity stable

compiler programming-language gpu-computing compilers programming-languages performance windows cpp simd spmd ispc vectorization high-performance-computing compiler linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ispc/ispcmain89

For agents

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

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