This tutorial by Benedict R. Gaster from AMD provides a detailed introduction to OpenCL. Covered topics include:
- Using platform and device layers to build robust OpenCLâ„¢ applications
- Program compilation and kernel objects
- Managing buffers
- Kernel execution
- Kernel programming – basics
- Kernel programming – synchronization
- Matrix multiply – a case study
- Kernel programming – built-ins