null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

OpenCL in Action (How to accelerate graphics and computation)

List Price: $59.99
SKU:
9781617290176
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Matthew Scarpino
    Format:
    Paperback
    Pages:
    456
    Publisher:
    Manning (November 20, 2011)
    Language:
    English
    ISBN-13:
    9781617290176
    ISBN-10:
    1617290173
    Weight:
    27.44oz
    Dimensions:
    7.38" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    15
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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
    1. Introducing OpenCL
    2. Host programming: fundamental data structures
    3. Host programming: data transfer and partitioning
    4. Kernel programming: data types and device memory
    5. Kernel programming: operators and functions
    6. Image processing
    7. Events, profiling, and synchronization
    8. Development with C++
    9. Development with Java and Python
    10. General coding principles
    11. PART 2 CODING PRACTICAL ALGORITHMS IN OPENCL
    12. Reduction and sorting
    13. Matrices and QR decomposition
    14. Sparse matrices
    15. Signal processing and the fast Fourier transform
    16. PART 3 ACCELERATING OPENGL WITH OPENCL
    17. Combining OpenCL and OpenGL
    18. Textures and renderbuffers