Skip to main content
Theorem
Path
Curriculum
Paths
Labs
Diagnostic
Case Study
Blog
Search
Sign in
Quiz Hub
/
GPU Compute Model
GPU Compute Model
3 selected
Difficulty 4-6
3 unseen
View topic
Intermediate
New
0 answered
3 intermediate
Adapts to your performance
Question 1 of 3
120s
intermediate (4/10)
compute
Modern GPUs have a tiered memory hierarchy. Which ordering from fastest to slowest is correct?
Hide and think first
A.
GPU memory is faster than CPU RAM, making host-device transfers irrelevant
B.
HBM → L2 → L1 → Registers, from fastest to slowest
C.
Registers → L1/shared memory (SRAM) → L2 cache → HBM (global memory) → host RAM (via PCIe)
D.
All GPU memory has uniform access time, unlike CPU memory hierarchies
Submit Answer
I don't know