SGLang-ATOM: Bring ROCm-Native Acceleration to SGLang Serving
Summary
SGLang-ATOM, released on July 08, 2026, integrates ROCm-native Large Language Model (LLM) acceleration into SGLang serving workflows for AMD Instinct GPUs. It acts as a bridge within the ROCm LLM inference stack, connecting SGLang's serving experience with ATOM's optimized execution path. This is achieved through SGLang's model registration mechanism, allowing ATOM to register model wrappers and override selected implementations with ROCm-native execution without altering the SGLang source tree. The design separates developer-facing serving integration from hardware-facing optimization, enabling a staged adoption path. SGLang-ATOM offers ROCm-native optimization, reduces time-to-market, and provides a near-zero migration path for existing SGLang applications. Benchmark results are tracked on the ATOM dashboard for MI355X and MI308X systems, aiding deployment evaluation.
Key takeaway
For AI Engineers or ML teams deploying LLMs on AMD Instinct GPUs, SGLang-ATOM offers a direct path to ROCm-native acceleration without rebuilding your existing SGLang serving stack. You can integrate ATOM's optimized execution via a plugin, preserving your application logic and accelerating time-to-market. Utilize the ATOM benchmark dashboard to validate performance on MI355X and MI308X systems, ensuring efficient deployment with minimal migration effort.
Key insights
SGLang-ATOM integrates ROCm-native ATOM acceleration into SGLang serving via a model registration plugin for AMD Instinct GPUs.
Principles
- Separate serving integration from hardware optimization.
- Preserve ecosystem surface for faster adoption.
- Reduce manual performance engineering.
Method
SGLang-ATOM uses SGLang's model registration to import ATOM package modules, dynamically generating wrapper classes that delegate model creation and execution to ATOM's ROCm-native backend.
In practice
- Evaluate LLM performance on MI355X and MI308X via ATOM dashboard.
- Add new model support by registering ATOM-side model and appending architecture name.
Topics
- LLM Serving
- ROCm Acceleration
- AMD Instinct GPUs
- SGLang
- ATOM Inference Engine
- Benchmarking
Code references
Best for: MLOps Engineer, NLP Engineer, Machine Learning Engineer, AI Engineer, AI Architect
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by AMD ROCm Blogs.