AITER (AMD Inference and Training Engine for ROCm) provides optimized attention kernels for AMD GPUs. This study measures its impact on inference throughput across model architectures.
AITER replaces standard attention kernels with ROCm-optimized implementations. Its effectiveness varies by architecture:
Llama-3.1-405B is the only model where AITER can be cleanly toggled, making it ideal for an A/B comparison. Each configuration was tested across 5 independent runs with 100 requests per concurrency level.
Findings:
Recommendation: Enable AITER for production workloads at high concurrency. The 3-4% throughput gain is meaningful at scale, and the higher variance is acceptable for batch processing.
DeepSeek V3.2: AITER Cannot Be Disabled
Kimi-K2.5 runs with VLLM_ROCM_USE_AITER=0 because:
Running without AITER, Kimi-K2.5 achieves stable inference at ~950 tok/s peak throughput.
0 Comments
Be the first to comment and share your perspective with the community.