Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Memory Bandwidth Bound
Memory Bandwidth Bound
Subtopic
16 questions
Questions tagged with Memory Bandwidth Bound — part of Inference Optimization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
TPOT is high, so the team plans to upgrade A100 to a faster compute GPU, critique
Spot the Error
Medium
·
Qual 4.0
Find the wrong move in 'decode is slow, so let's switch to a smaller-FLOP model'
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
On the roofline, which intervention moves an LLM decode workload most directly toward higher peak throughput?
Multiple Choice
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
Why is 'reduce FLOPs to speed up decode' the most common beginner misconception in LLM serving?
Short Answer
Medium
·
Qual 4.0
NVIDIA
For a 200-token prompt and 1000-token completion, why does decode dominate end-to-end latency?
Short Answer
Medium
·
Qual 4.0
Walk through the byte accounting that proves a single-batch decode step is bandwidth-bound on H100.
Short Answer
Hard
·
Qual 4.0
NVIDIA
Predict the bandwidth-vs-compute latency of a single Llama-70B decode step on H100
Predict Output
Hard
·
Qual 4.0
NVIDIA
Predict the critical batch size where decode crosses from memory-bound to compute-bound on H100
Predict Output
Hard
·
Qual 4.0
NVIDIA
Spot the errors in this 'API is slow because of network and tokenizer' explanation
Spot the Error
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
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
Predict the arithmetic intensity of decode at varying batch sizes
Predict Output
Hard
·
Qual 4.0
NVIDIA