1. Overview of GPU Drivers
General-Purpose computing on Graphics Processing Unit (GPGPU) is the use of GPU to perform parallel computation.
| Feature | c u d a |
|---|---|
| Get device info | Y |
| Share CPU memory with device | Y |
| Allocate device memory | Y |
| Free memory | Y |
| CPU map device memory | Y |
| CPU unmap device memory | Y |