• bitcoinBitcoin(BTC)$81,017.004.60%
  • ethereumEthereum(ETH)$2,627.555.84%
  • tetherTether(USDT)$1.000.04%
  • binancecoinBNB(BNB)$763.011.29%
  • rippleXRP(XRP)$1.427.93%
  • usd-coinUSDC(USDC)$1.000.02%
  • solanaSolana(SOL)$111.886.15%
  • tronTRON(TRX)$0.3374610.51%
  • zcashZcash(ZEC)$1,547.742.92%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.23%
  • HyperliquidHyperliquid(HYPE)$92.175.32%
  • dogecoinDogecoin(DOGE)$0.0873673.69%
  • moneroMonero(XMR)$574.428.99%
  • whitebitWhiteBIT Coin(WBT)$83.144.21%
  • USDSUSDS(USDS)$1.000.01%
  • RainRain(RAIN)$0.0134565.86%
  • chainlinkChainlink(LINK)$12.345.11%
  • cardanoCardano(ADA)$0.2237655.22%
  • leo-tokenLEO Token(LEO)$8.89-0.29%
  • stellarStellar(XLM)$0.1947034.11%
  • uniswapUniswap(UNI)$9.066.51%
  • bitcoin-cashBitcoin Cash(BCH)$246.64-0.08%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • nearNEAR Protocol(NEAR)$3.644.87%
  • daiDai(DAI)$1.00-0.01%
  • litecoinLitecoin(LTC)$57.454.73%
  • CantonCanton(CC)$0.1099911.22%
  • USD1USD1(USD1)$1.000.05%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.360.57%
  • avalanche-2Avalanche(AVAX)$8.487.58%
  • hedera-hashgraphHedera(HBAR)$0.0792454.10%
  • suiSui(SUI)$0.825.35%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • shiba-inuShiba Inu(SHIB)$0.0000051.92%
  • MemeCoreMemeCore(M)$1.301.82%
  • crypto-com-chainCronos(CRO)$0.0587690.32%
  • BittensorBittensor(TAO)$253.785.31%
  • paypal-usdPayPal USD(PYUSD)$1.000.03%
  • tether-goldTether Gold(XAUT)$4,372.15-0.21%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • okbOKB(OKB)$116.422.01%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.07%
  • aaveAave(AAVE)$142.616.48%
  • AsterAster(ASTER)$0.772.94%
  • mantleMantle(MNT)$0.614.39%
  • OndoOndo(ONDO)$0.3982904.05%
  • polkadotPolkadot(DOT)$1.130.04%
  • Pump.funPump.fun(PUMP)$0.004080-4.05%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

MLPerf Inference v5.1 (2025): Results Explained for GPUs, CPUs, and AI Accelerators

October 1, 2025
in AI & Technology
Reading Time: 6 mins read
A A
MLPerf Inference v5.1 (2025): Results Explained for GPUs, CPUs, and AI Accelerators
ShareShareShareShareShare

What MLPerf Inference Actually Measures?

MLPerf Inference quantifies how fast a complete system (hardware + runtime + serving stack) executes fixed, pre-trained models under strict latency and accuracy constraints. Results are reported for the Datacenter and Edge suites with standardized request patterns (“scenarios”) generated by LoadGen, ensuring architectural neutrality and reproducibility. The Closed division fixes the model and preprocessing for apples-to-apples comparisons; the Open division allows model changes that are not strictly comparable. Availability tags—Available, Preview, RDI (research/development/internal)—indicate whether configurations are shipping or experimental.

The 2025 Update (v5.0 → v5.1): What Changed?

The v5.1 results (published Sept 9, 2025) add three modern workloads and broaden interactive serving:

YOU MAY ALSO LIKE

Consumers Sue Anthropic, OpenAI, SpaceXAI and Google Over Alleged AI Pact – Unite.AI

How Focus Mode Has Changed In iOS 27

  • DeepSeek-R1 (first reasoning benchmark)
  • Llama-3.1-8B (summarization) replacing GPT-J
  • Whisper Large V3 (ASR)

This round recorded 27 submitters and first-time appearances of AMD Instinct MI355X, Intel Arc Pro B60 48GB Turbo, NVIDIA GB300, RTX 4000 Ada-PCIe-20GB, and RTX Pro 6000 Blackwell Server Edition. Interactive scenarios (tight TTFT/TPOT limits) were expanded beyond a single model to capture agent/chat workloads.

🚨 [Recommended Read] ViPE (Video Pose Engine): A Powerful and Versatile 3D Video Annotation Tool for Spatial AI

Scenarios: The Four Serving Patterns You Must Map to Real Workloads

  • Offline: maximize throughput, no latency bound—batching and scheduling dominate.
  • Server: Poisson arrivals with p99 latency bounds—closest to chat/agent backends.
  • Single-Stream / Multi-Stream (Edge emphasis): strict per-stream tail latency; Multi-Stream stresses concurrency at fixed inter-arrival intervals.

Each scenario has a defined metric (e.g., max Poisson throughput for Server; throughput for Offline).

Latency Metrics for LLMs: TTFT and TPOT Are Now First-Class

LLM tests report TTFT (time-to-first-token) and TPOT (time-per-output-token). v5.0 introduced stricter interactive limits for Llama-2-70B (p99 TTFT 450 ms, TPOT 40 ms) to reflect user-perceived responsiveness. The long-context Llama-3.1-405B keeps higher bounds (p99 TTFT 6 s, TPOT 175 ms) due to model size and context length. These constraints carry into v5.1 alongside new LLM and reasoning tasks.

Key v5.1 entries and their quality/latency gates (abbrev.):

  • LLM Q&A – Llama-2-70B (OpenOrca): Conversational 2000 ms/200 ms; Interactive 450 ms/40 ms; 99% and 99.9% accuracy targets.
  • LLM Summarization – Llama-3.1-8B (CNN/DailyMail): Conversational 2000 ms/100 ms; Interactive 500 ms/30 ms.
  • Reasoning – DeepSeek-R1: TTFT 2000 ms / TPOT 80 ms; 99% of FP16 (exact-match baseline).
  • ASR – Whisper Large V3 (LibriSpeech): WER-based quality (datacenter + edge).
  • Long-context – Llama-3.1-405B: TTFT 6000 ms, TPOT 175 ms.
  • Image – SDXL 1.0: FID/CLIP ranges; Server has a 20 s constraint.

Legacy CV/NLP (ResNet-50, RetinaNet, BERT-L, DLRM, 3D-UNet) remain for continuity.

Power Results: How to Read Energy Claims

MLPerf Power (optional) reports system wall-plug energy for the same runs (Server/Offline: system power; Single/Multi-Stream: energy per stream). Only measured runs are valid for energy efficiency comparisons; TDPs and vendor estimates are out-of-scope. v5.1 includes datacenter and edge power submissions but broader participation is encouraged.

How To Read the Tables Without Fooling Yourself?

  • Compare Closed vs Closed only; Open runs may use different models/quantization.
  • Match accuracy targets (99% vs 99.9%)—throughput often drops at stricter quality.
  • Normalize cautiously: MLPerf reports system-level throughput under constraints; dividing by accelerator count yields a derived “per-chip” number that MLPerf does not define as a primary metric. Use it only for budgeting sanity checks, not marketing claims.
  • Filter by Availability (prefer Available) and include Power columns when efficiency matters.

Interpreting 2025 Results: GPUs, CPUs, and Other Accelerators

GPUs (rack-scale to single-node). New silicon shows up prominently in Server-Interactive (tight TTFT/TPOT) and in long-context workloads where scheduler & KV-cache efficiency matter as much as raw FLOPs. Rack-scale systems (e.g., GB300 NVL72 class) post the highest aggregate throughput; normalize by both accelerator and host counts before comparing to single-node entries, and keep scenario/accuracy identical.

CPUs (standalone baselines + host effects). CPU-only entries remain useful baselines and highlight preprocessing and dispatch overheads that can bottleneck accelerators in Server mode. New Xeon 6 results and mixed CPU+GPU stacks appear in v5.1; check host generation and memory configuration when comparing systems with similar accelerators.

Alternative accelerators. v5.1 increases architectural diversity (GPUs from multiple vendors plus new workstation/server SKUs). Where Open-division submissions appear (e.g., pruned/low-precision variants), validate that any cross-system comparison holds constant division, model, dataset, scenario, and accuracy.

Practical Selection Playbook (Map Benchmarks to SLAs)

  • Interactive chat/agents → Server-Interactive on Llama-2-70B/Llama-3.1-8B/DeepSeek-R1 (match latency & accuracy; scrutinize p99 TTFT/TPOT).
  • Batch summarization/ETL → Offline on Llama-3.1-8B; throughput per rack is the cost driver.
  • ASR front-ends → Whisper V3 Server with tail-latency bound; memory bandwidth and audio pre/post-processing matter.
  • Long-context analytics → Llama-3.1-405B; evaluate if your UX tolerates 6 s TTFT / 175 ms TPOT.

What the 2025 Cycle Signals?

  • Interactive LLM serving is table-stakes. Tight TTFT/TPOT in v5.x makes scheduling, batching, paged attention, and KV-cache management visible in results—expect different leaders than in pure Offline.
  • Reasoning is now benchmarked. DeepSeek-R1 stresses control-flow and memory traffic differently from next-token generation.
  • Broader modality coverage. Whisper V3 and SDXL exercise pipelines beyond token decoding, surfacing I/O and bandwidth limits.

Summary

In summary, MLPerf Inference v5.1 makes inference comparisons actionable only when grounded in the benchmark’s rules: align on the Closed division, match scenario and accuracy (including LLM TTFT/TPOT limits for interactive serving), and prefer Available systems with measured Power to reason about efficiency; treat any per-device splits as derived heuristics because MLPerf reports system-level performance. The 2025 cycle expands coverage with DeepSeek-R1, Llama-3.1-8B, and Whisper Large V3, plus broader silicon participation, so procurement should filter results to the workloads that mirror production SLAs—Server-Interactive for chat/agents, Offline for batch—and validate claims directly in the MLCommons result pages and power methodology.


References:


Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

🔥[Recommended Read] NVIDIA AI Open-Sources ViPE (Video Pose Engine): A Powerful and Versatile 3D Video Annotation Tool for Spatial AI

Credit: Source link

ShareTweetSendSharePin

Related Posts

Consumers Sue Anthropic, OpenAI, SpaceXAI and Google Over Alleged AI Pact – Unite.AI
AI & Technology

Consumers Sue Anthropic, OpenAI, SpaceXAI and Google Over Alleged AI Pact – Unite.AI

September 19, 2026
How Focus Mode Has Changed In iOS 27
AI & Technology

How Focus Mode Has Changed In iOS 27

September 18, 2026
AI Almost Led The US Military To Start A War With China, Report Says
AI & Technology

AI Almost Led The US Military To Start A War With China, Report Says

September 18, 2026
Jina AI Releases jina-ocr-v1: A 3.4B MoE Document Parser With Built-In Speculative Decoding for Low-Budget GPUs
AI & Technology

Jina AI Releases jina-ocr-v1: A 3.4B MoE Document Parser With Built-In Speculative Decoding for Low-Budget GPUs

September 18, 2026
Next Post
Sora 2 | On The Edge #2

Sora 2 | On The Edge #2

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Praxis Precision Medicines: Still Potential Upside After Huge Rally (NASDAQ:PRAX)

Praxis Precision Medicines: Still Potential Upside After Huge Rally (NASDAQ:PRAX)

September 12, 2026
Pace The Frontier: What The AI Slowdown Debate Means For Investors

Pace The Frontier: What The AI Slowdown Debate Means For Investors

September 18, 2026
What’s Behind the Fed’s Rate Hike?

What’s Behind the Fed’s Rate Hike?

September 18, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!