Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GPU Accelerated Computing and Optimizations on Cross-Vendor Graphics Cards with Vulkan and Kompute
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Objectives
- 3 Why Parallel Processing
- 4 Intuition
- 5 CPU vs GPU Memory
- 6 Grids Blocks Threads
- 7 Leveraging Heterogeneity
- 8 Vulkan SDK
- 9 Vulkan Advantages
- 10 Complexity Reduction
- 11 Data
- 12 Pipelines
- 13 Sequential Program
- 14 Compute Framework
- 15 Compute Components
- 16 Compute Manager
- 17 Explicit Queues