[ DATA_STREAM: GPU-BENCHMARKING ]

GPU Benchmarking

SCORE
9.6

AMD MI350X Unleashed: Open-Source Kernels Drive Qwen3.6 to 78k Tokens/Sec

TIMESTAMP // Aug.26
#AMD MI350X #GPU Benchmarking #LLM Inference #Qwen3.6 #ROCm

Event Core In a direct challenge to NVIDIA's dominance in AI infrastructure, a new benchmark reveals that AMD's MI350X, powered by optimized open-source kernels, has achieved a massive throughput of 78,498 output tokens per second for the Qwen3.6-35B-A3B model across an 8-GPU cluster. This milestone underscores a pivotal shift: while NVIDIA's B200 remains the industry benchmark, AMD's raw hardware prowess—specifically in TFLOPS and HBM3e bandwidth—is finally being unlocked by community-driven software optimizations, narrowing the long-standing "CUDA gap." In-depth Details The performance leap centers on the architectural synergy between the Qwen3.6-35B-A3B Mixture-of-Experts (MoE) model and the MI350X's high-bandwidth memory. Despite a 35B total parameter count, the model only activates approximately 3B parameters during inference, making it an ideal candidate for high-throughput scaling. The open-source kernel implementation optimizes the MoE routing and attention mechanisms specifically for the ROCm stack, leveraging the MI350X's superior memory throughput to sustain massive batch sizes. This demonstration proves that when the software bottleneck is removed, AMD's silicon can meet or exceed the performance of Blackwell-class hardware in specific high-concurrency inference workloads. Bagua Insight From the Bagua Intelligence perspective, we are witnessing the dawn of the "Post-CUDA Era." For years, AMD hardware was considered "potential energy"—impressive specs hampered by a fragmented software ecosystem. However, the rise of hardware-agnostic frameworks like OpenAI's Triton and the proliferation of high-performance open-source kernels are neutralizing NVIDIA's software moat. This isn't just a win for AMD; it's a strategic inflection point for hyperscalers and enterprises looking to de-risk their supply chains. If the community continues to bridge the ROCm performance gap via open-source contributions, the premium "NVIDIA Tax" will become increasingly difficult for CFOs to justify. Furthermore, the optimization of a leading Chinese LLM (Qwen) on top-tier Western silicon highlights the globalized nature of AI innovation, regardless of geopolitical friction. Strategic Recommendations For Infrastructure Architects: It is time to move beyond the "NVIDIA-only" mindset. Incorporate AMD MI350X into your benchmarking suites for inference-heavy workloads, particularly for MoE architectures where memory bandwidth is the primary constraint. For ML Engineers: Prioritize expertise in Triton and custom kernel development. Relying solely on proprietary black-box libraries like TensorRT creates vendor lock-in; mastering cross-platform optimization is the new high-ground. For Enterprise Leaders: Monitor the total cost of ownership (TCO) closely. As open-source kernels level the playing field, the decision between NVIDIA and AMD will shift from "capability" to "availability and price-to-performance."

SOURCE: REDDIT LOCALLLAMA // UPLINK_STABLE
SCORE
8.8

Mixed-Gen Powerhouse: RTX 5080 + 3090 Setup Hits 80+ Tok/s on Qwen 3.6 27B Q8

TIMESTAMP // Jun.13
#GPU Benchmarking #LLM #Local Inference #Memory Bandwidth #RTX 5080

A developer has achieved a breakthrough in local LLM performance by pairing the new Blackwell-based RTX 5080 with a legacy RTX 3090, pushing the Qwen 3.6 27B (Q8) model to an impressive inference speed of over 80 tokens per second. ▶ Heterogeneous Synergy: By leveraging the high-bandwidth GDDR7 of the RTX 5080 alongside the 24GB VRAM of the RTX 3090, this setup effectively bypasses the memory capacity limitations of mid-tier consumer cards while maintaining elite throughput. ▶ The 27B "Sweet Spot": Qwen 3.6 27B at Q8 quantization delivers high-fidelity output at speeds that rival or exceed premium cloud APIs, making it a viable candidate for high-performance local RAG and autonomous agent workflows. Bagua Insight This benchmark underscores a critical reality in the GenAI era: Memory Bandwidth is King. While the RTX 5080 has been criticized for its 16GB VRAM ceiling, its GDDR7 architecture provides the massive throughput necessary to saturate the compute engines during inference. The "Frankenstein" approach—mixing generations—proves that the secondary market for high-VRAM legacy cards (like the 3090) remains a vital pillar for the AI developer ecosystem. We are seeing a shift where local "prosumer" hardware is no longer just for testing, but capable of production-grade performance for models in the 30B parameter range. Actionable Advice 1. Hardware Strategy: When building local AI workstations, prioritize an asymmetric GPU configuration. Pairing a high-bandwidth primary card (50-series) with a high-capacity secondary card (3090/4090) offers the best ROI for running quantized models without the enterprise price tag. 2. Model Optimization: Target models in the 20B-35B range for local deployment. These models, when run at Q8 precision, hit the performance sweet spot for dual-GPU setups, offering a balance of reasoning capability and near-instantaneous response times. 3. Stack Tuning: Utilize inference engines like llama.cpp or vLLM that allow for granular control over layer distribution. Manually offloading compute-heavy layers to the GDDR7-equipped card while using the older VRAM for weight storage is the key to hitting these high-throughput numbers.

SOURCE: HACKERNEWS // UPLINK_STABLE