Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Batching
Batching
Subtopic
20 questions
Questions tagged with Batching — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Walk through how CUDA graphs reshape per-step decode latency and when the win disappears
Short Answer
Medium
·
Qual 4.0
NVIDIA
In benchmarks, tokens per second measures what exactly?
Flashcard
Easy
·
Qual 4.0
Throughput, for an LLM serving system: give the working definition
Flashcard
Easy
·
Qual 4.0
What does a padding mask zero out, and why is it needed when batching variable-length sequences?
Flashcard
Easy
·
Qual 4.0
You pad a batch to equal length. How does the model know to ignore the filler tokens?
Flashcard
Easy
·
Qual 4.0
Spot the errors in this claim about speculative decoding
Spot the Error
Medium
·
Qual 4.0
Apply the roofline model to LLM inference and identify where decode and prefill sit on it.
Short Answer
Hard
·
Qual 4.0
NVIDIA
Why are output tokens typically 3-5× more expensive than input tokens?
Short Answer
Medium
·
Qual 4.0
Anthropic
OpenAI
Spot the errors in this 'optimize decode by reducing FLOPs' proposal
Spot the Error
Hard
·
Qual 4.0
NVIDIA
Walk through the byte accounting that proves a single-batch decode step is bandwidth-bound on H100.
Short Answer
Hard
·
Qual 4.0
NVIDIA
Why did continuous batching replace static batching for LLM serving?
Short Answer
Medium
·
Qual 4.0
Predict the critical batch size where decode crosses from memory-bound to compute-bound on H100
Predict Output
Hard
·
Qual 4.0
NVIDIA
Why is batching the single biggest throughput lever for LLM decode?
Short Answer
Medium
·
Qual 4.0
What is the primary reason batching is so much more effective for LLM decode than for CNN inference?
Multiple Choice
Medium
·
Qual 4.0
As batch size grows, where does throughput stop increasing and per-request latency start exploding?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Predict the throughput and per-request latency behaviour as batch size grows past saturation
Predict Output
Hard
·
Qual 4.0
NVIDIA
Spot the errors in this 'batching is universal' claim
Spot the Error
Medium
·
Qual 4.0
Why does batching help LLM decode disproportionately more than batching helps CNN inference?
Short Answer
Medium
·
Qual 4.0
NVIDIA
What is the arithmetic intensity of an LLM decode step and why is it close to 1?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Predict the arithmetic intensity of decode at varying batch sizes
Predict Output
Hard
·
Qual 4.0
NVIDIA