Fixstars Solutions
home
products
Yellow Dog Linux
OpenCL Solutions
OpenCL Book
Accelcoder X
lucille
news
about
contact
The OpenCL Programming Book
Get the PDF version supporting OpenCL 1.2!
Contents
-
Foreword 1
-
Foreword 2
-
Acknowledgment
-
About the Authors
Chapter 1:
Introduction to Parallelization
-
Why Parallel
-
Parallel Computing(Hardware)
-
Parallel Computing(Software)
-
Conclusion
Chapter 2:
OpenCL Overview
-
What is OpenCL?
-
Historical Background
-
An Overview of OpenCL
-
Why OpenCL?
-
Applicable Platforms
Chapter 3:
OpenCL Setup
-
Available OpenCL Environments
-
Developing Environment Setup
-
First OpenCL Program
Chapter 4:
Basic OpenCL
-
Basic Program Flow
-
Online/Offline Compilation
-
Calling the Kernel
Chapter 5:
Advanced OpenCL
-
OpenCL C
-
OpenCL Programming Practice
Chapter 6:
Case Study
-
FFT (Fast Fourier Transform)
-
Mersenne Twister
Notes
Need Optimization?
If Yes, try
OpenCL Quick Consulting Service now!
Chapter3: OpenCL Setup
This chapter will setup the OpenCL development environment, and run a simple OpenCL program.
Contents
-
Available OpenCL Environments
-
Developing Environment Setup
-
First OpenCL Program
Previous
|
Next