OpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, an
OpenCL in Action: How to accelerate graphics and computation
β Scribed by Matthew Scarpino
- Publisher
- Manning
- Year
- 2011
- Tongue
- English
- Leaves
- 458
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
OpenCL in Action blends the theory of parallel computing with the practical reality of building high-performance applications using OpenCL. It first guides you through the fundamental data structures in an intuitive manner. Then, it explains techniques for high-speed sorting, image processing, matrix operations, and fast Fourier transform. The book concludes with a deep look at the all-important subject of graphics acceleration. Numerous challenging examples give you different ways to experiment with working code. A background in C or C++ is helpful, but no prior exposure to OpenCL is needed.
π SIMILAR VOLUMES
SummaryOpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operati
<p><span>A basic understanding of the key techniques in computer graphics can open the door to this exciting field and its many applications, including for video games and for augmented and virtual reality.</span></p><p></p><p><span>This easy-to-follow textbook and reference introduces the fundament
<p><span>A basic understanding of the key techniques in computer graphics can open the door to this exciting field and its many applications, including for video games and for augmented and virtual reality.</span></p><p></p><p><span>This easy-to-follow textbook and reference introduces the fundament
OpenGL ES is the standard graphics API used for mobile and embedded systems. Despite its widespread use, there is a lack of material that addresses the balance of both theory and practice in OpenGL ES. JungHyun HanβsIntroduction to Computer Graphics with OpenGL ESachieves this perfect balance. Hanβs