PulseAugur
EN
LIVE 20:04:13

Rust inference engine Grout offers safe GPU performance, rivals vLLM

A new Rust-based inference engine called Grout has been developed, offering safe GPU inference competitive with existing solutions like vLLM and SGLang. Built using cuTile Rust, Grout ensures memory safety and data-race freedom through compiler verification, making it a trustworthy option for AI-generated code. The engine demonstrates strong performance, achieving 171 tokens/sec for Qwen3-4B on an RTX 5090 and 82 tokens/sec for Qwen3-32B on a B200, with potential for further optimization. AI

IMPACT Enhances trust and performance in GPU inference for AI workloads, potentially accelerating the adoption of Rust in AI development.

RANK_REASON The cluster discusses a research paper and a new inference engine built using Rust, detailing its performance and safety features.

Read on Mastodon — fosstodon.org →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Rust inference engine Grout offers safe GPU performance, rivals vLLM

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Exciting_Suspect9088 ·

    Fearless Concurrency on the GPU: Safe GPU inference in Rust, competitive with vLLM/SGLang [R]

    <!-- SC_OFF --><div class="md"><p>I maintain cuTile Rust and just posted the paper &quot;Fearless Concurrency on the GPU.&quot; </p> <p>As more GPU code gets AI-generated, the bottleneck moves from writing it to trusting it. cuTile Rust lets you write or generate GPU kernels whos…