Learn Before
Optimizing Model Inference on GPUs
Given the following scenario, propose the most suitable type of optimization strategy to improve the model's speed and justify your choice by explaining how it addresses the specific problem described.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
IO-Aware Self-Attention Implementations
Optimizing Model Inference on GPUs
A development team is deploying a large Transformer model on a new, custom-designed hardware accelerator. They observe that the model's inference speed is significantly slower than expected. Profiling reveals that the primary bottleneck is not the raw computational speed of the accelerator, but the time spent moving data between different levels of its unique memory hierarchy. Which of the following strategies represents a hardware-aware optimization approach to directly address this specific data movement issue?
Differentiating Optimization Strategies