adicionar à lista de desejos
Opencl In Action eBook
How To Accelerate Graphics And Computations
language: english
Publisher:
MANNING, November of 2011 ‧
see product details
46,84€
10% OFF
CARD
TXl0S1VYTlJSM2RCVGpSVFZUZEpPVmhpUTFGeWNFSjZUVGh4VVdWMldYUTRWVTUxUXpOTWJHTjJXWEo2ZFdoc2VraFFTMHBUTWsxS2FVcEhVMmRNVVhwd09FMVVhbEpsZWxaU2IyMXFZVVZxSzNGdk5sbEVURTVyU0VNeE5sbHZkVUpaTlVGQk5UTmtTbWxLVGpNeVMxZ3JhWGt5VG01RE1UTnFRblZ0VTBsUU4wRXdhakIwUkdaU1NtZHJaMVJyZW1KT2NqSkhlU3RyVjNKaVZ6TmtWWEpoZUdKVmRXWllUR3d2YXpCd1pHUm9lRXBJY2xJMU9VcGtXUzkwTVRoTmNWVnZlWGh0Vm5GSFdWazJUVU5LTDBSclRsRnViR0ZSWTBNeE1VcE1SM01yY1hSdWRtcEtRV0pMVUdwS2MwcHBUalZ6U1dSSlkzZEJSRXRxVkhGUmRFbFNlSFZZUVRCUE9XUjJlbUZXSzBwRE5uaEJhak5yYzBzeVNFaFBibXh4WlhSVmEybERkVkJ2U1VKM1RsVk9ZMk5XT1Nzd1RHeFZaalYxVlU5UkwzSlhiVlE1T0cxeVduVndhbnB4VjNJMVpWUlhSVGhXZEU1S2NraDJaMjVxYkZOMVkyaDNWUzg0VGtKVVZ6RTFNWHA1ZVdoM1pFMXlVbGcyVGl0b2FWUTRRMlZFVEhOa2FETmxNVkZKZG04MGJUVnFXRTFvYVRGSU1FRmpkemhLUjFodWVVZENTMXBMYkhkMFdWRlNPVVo0WVVGcVZtMTVaWEUwY0doWFF6SXlURWhZTTFwSmVVczJiRGd3U0UxU1ZIbGxSbW9yWW5OT0sxQmlPRmxZWXpSTFluWjZSMk54V25reU1IVjNURzVSWmtGWVNGTlpZMkpKVWpoc2FuSTBZMU54ZVZWYVoxcDJhbWwyWVdVMWRIaE5WWEF2TDBOSldXbDJVMmh4TUZnek5FSkllRE54VkUxTVYzRjNWMVZDZUZCaVFtaEpkemxYSzNWUlVHMU1ZVU4wVGt4VE0yTjNkRk5tVkdGcVNWTk1NR0ZtT0VoRU9XNUVWSHBRYlRCTVYyWkRPWGRKZVU5UVMwSkNaVEI1UVVKVk5sRnZkR2t6UVZwTFoxQklXRGxUSzJnclJFRTVOa2hET0M4NGRsRjFkWE5XT0dkRFVqVjRUMHR4Vm5oRlN6WlFZbGRGZVZwWlJUZHpWalJWYUcxNlZHRmhUbUZTY3pFM1RuTlpPVmh3TmpBeVNYb3dSelpWYlc5RFVtTTNZM1JZV2s5NVp6RjBTRVZ3UlhSa1owRTJTbmhpYldSYVNUZFpaVWxaUFE9PTpoQzYwZS9UZjVocDVnamNsZ242TlNRPT0=
IMMEDIATE AVAILABILITY
Ebook for ADE
SYNOPSIS
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
***********
Table of Contents
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
- 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
- Reduction and sorting
- Matrices and QR decomposition
- Sparse matrices
- Signal processing and the fast Fourier transform
- Combining OpenCL and OpenGL
- Textures and renderbuffers
PART 1 FOUNDATIONS OF OPENCL PROGRAMMING
PART 2 CODING PRACTICAL ALGORITHMS IN OPENCL
PART 3 ACCELERATING OPENGL WITH OPENCL
DETAILS
| Property | Description |
|---|---|
| ISBN: | 9781638352389 |
| Publisher: | MANNING |
| Release Date: | November of 2011 |
| Language: | English |
| Format: | eBook |
| File Format and Compatibility: | |
| Categories: |
eBooks in English
>
Computing
>
Schedule
eBooks in English > Others |
| EAN: | 9781638352389 |
| Acessibilidade: | Ver características de acessibilidade indicadas pelo editor |
-
The Webgpu Sourcebook10%TAYLOR & FRANCIS LTD164,25€
182,50€free shipping -
The Webgpu Sourcebook10%TAYLOR & FRANCIS LTD62,04€
68,93€free shipping