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

Tencent/hpc-ops

High Performance LLM Inference Operator Library observed · 2026-08-28

github.com/Tencent/hpc-ops · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 96
  • Release rhythm 35
  • Longevity 16

Flags: no_releases no_license

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

Full methodology

Adoption not part of the score

1131 stars · 140 forks observed · 2026-08-28

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

HPC-Ops is a production-grade C++/CUDA operator library for high-performance LLM inference, developed by Tencent's Hunyuan AI Infra team. It provides optimized kernels for attention, MoE, GEMM, sampling, normalization, and fused communication-compute on modern NVIDIA GPUs, with a Python API for integration into frameworks like vLLM and SGLang.

Use cases

  • speed up LLM inference serving latency and throughput
  • integrate optimized attention and MoE kernels into vLLM or SGLang
  • run FP8 and BF16 mixed-precision inference on NVIDIA H20 GPUs
  • benchmark custom CUDA kernels against FlashInfer, cuBLAS, and TensorRT-LLM
  • learn to write production CUDA kernels with CuTe, CUTLASS, TMA, and PDL
  • balance dynamic decode workloads with variable KV-cache lengths

When to choose

  • you serve LLMs on NVIDIA Hopper-class GPUs (especially H20) and need SOTA kernels
  • you want drop-in operators for popular inference frameworks like vLLM or SGLang
  • you need FP8/quantized or mixed-precision kernels for accuracy-sensitive inference
  • you want compact, production-quality CUDA examples for learning GPU kernel engineering

When to avoid

  • you target non-NVIDIA GPUs or older CUDA versions below 12.8
  • you need a full end-to-end inference engine rather than individual operators
  • your workloads are small-scale or CPU-bound where kernel optimization matters little
  • you require a permissive license for redistribution and cannot accept the custom license

Facets

library · maturity active

llm-inference gpu-computing machine-learning benchmarking deep-learning large-language-models gpu-computing performance python cpp cuda-kernels attention moe gemm fp8 inference-optimization nvidia-h20 cutlass gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
Tencent/hpc-opsmain59

For agents

markdown · JSON · MCP: product_card(name="Tencent/hpc-ops")

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