Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Roofline
Roofline
Subtopic
16 questions
Questions tagged with Roofline — 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
The roofline model in plain language, without the chart, what is it saying?
Flashcard
Easy
·
Qual 4.0
What does arithmetic intensity actually measure and what does AI near 1 imply?
Flashcard
Easy
·
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 does prefill saturate compute while decode is bottlenecked on memory bandwidth?
Short Answer
Medium
·
Qual 4.0
NVIDIA
Why is HBM bandwidth the binding constraint for LLM decode and how do you reason about the 'memory wall'?
Short Answer
Hard
·
Qual 4.0
NVIDIA
An engineer says 'FP8 KV cache just halves memory, no other benefit.' Which response is most correct?
Multiple Choice
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
Predict the critical batch size where decode crosses from memory-bound to compute-bound on H100
Predict Output
Hard
·
Qual 4.0
NVIDIA
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
Predict the arithmetic intensity of decode at varying batch sizes
Predict Output
Hard
·
Qual 4.0
NVIDIA