OpenCL in Action
eBook - ePub

OpenCL in Action

How to accelerate graphics and computations

  1. 456 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

OpenCL in Action

How to accelerate graphics and computations

Book details
Table of contents
Citations

About This Book

Summary 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, and then guides you step-by-step from simple data structures to complex functions.
About the Technology
Whatever system you have, it probably has more raw processing power than you're using. OpenCL is a high-performance programming language that maximizes computational power by executing on CPUs, graphics processors, and other number-crunching devices. It's perfect for speed-sensitive tasks like vector computing, matrix operations, and graphics acceleration.
About this Book
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. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • Learn OpenCL step by step
  • Tons of annotated code
  • Tested algorithms for maximum performance


* * * * * * * * * **
Table of Contents PART 1 FOUNDATIONS OF OPENCL PROGRAMMING

  • Introducing OpenCL
  • Host programming: fundamental data structures
  • Host programming: data transfer and partitioning
  • Kernel programming: data types and device memory
  • Kernel programming: operators and functions
  • Image processing
  • Events, profiling, and synchronization
  • Development with C++
  • Development with Java and Python
  • General coding principles
  • PART 2 CODING PRACTICAL ALGORITHMS IN OPENCL
  • Reduction and sorting
  • Matrices and QR decomposition
  • Sparse matrices
  • Signal processing and the fast Fourier transform
  • PART 3 ACCELERATING OPENGL WITH OPENCL
  • Combining OpenCL and OpenGL
  • Textures and renderbuffers

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access OpenCL in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Parallel Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2011
ISBN
9781638352389

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this Book
  7. Part 1. Foundations of OpenCL programming
  8. Chapter 1. Introducing OpenCL
  9. Chapter 2. Host programming: fundamental data structures
  10. Chapter 3. Host programming: data transfer and partitioning
  11. Chapter 4. Kernel programming: data types and device memory
  12. Chapter 5. Kernel programming: operators and functions
  13. Chapter 6. Image processing
  14. Chapter 7. Events, profiling, and synchronization
  15. Chapter 8. Development with C++
  16. Chapter 9. Development with Java and Python
  17. Chapter 10. General coding principles
  18. Part 2. Coding practical algorithms in OpenCL
  19. Chapter 11. Reduction and sorting
  20. Chapter 12. Matrices and QR decomposition
  21. Chapter 13. Sparse matrices
  22. Chapter 14. Signal processing and the fast Fourier transform
  23. Part 3. Accelerating OpenGL with OpenCL
  24. Chapter 15. Combining OpenCL and OpenGL
  25. Chapter 16. Textures and renderbuffers
  26. Appendix A. Installing and using a software development kit
  27. Appendix B. Real-time rendering with OpenGL
  28. Appendix C. The minimalist GNU for Windows and OpenCL
  29. Appendix D. OpenCL on mobile devices
  30. Index
  31. List of Figures
  32. List of Tables
  33. List of Listings