Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Inference Optimization
/
Roofline Model
Roofline Model
Subtopic
25 questions
Questions tagged with Roofline Model — 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
Match Hopper FP8 and Blackwell FP4 tensor cores to their throughput and bandwidth effects on decode
Match Pairs
Medium
·
Qual 4.0
NVIDIA
What unit measures GPU memory bandwidth and why does that number cap decode speed?
Flashcard
Easy
·
Qual 4.0
What does arithmetic intensity actually measure and what does AI near 1 imply?
Flashcard
Easy
·
Qual 4.0
Match each weight/activation quant regime to its mechanism and best-fit workload
Match Pairs
Hard
·
Qual 4.0
NVIDIA
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
Which statement best explains why prefill and decode hit different bottlenecks on the same GPU?
Multiple Choice
Medium
·
Qual 4.0
NVIDIA
Why does prefill's O(seq^2) attention cost saturate compute rather than bandwidth?
Short Answer
Hard
·
Qual 4.0
NVIDIA
Why is the vision-encoder phase a different bottleneck class from LLM decode in a multi-modal model?
Short Answer
Hard
·
Qual 4.0
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
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
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
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