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

Programming Your GPU with OpenMP (Performance Portability for GPUs)

List Price: $80.00
SKU:
9780262547536
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:
    Tom Deakin, Timothy G. Mattson
    Format:
    Paperback
    Pages:
    336
    Publisher:
    MIT Press (November 7, 2023)
    Language:
    English
    ISBN-13:
    9780262547536
    ISBN-10:
    0262547538
    Weight:
    18.85oz
    Dimensions:
    8" x 9" x 0.88"
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260705T121302_156890310-20260705.xml
    Folder:
    RandomHouse
    List Price:
    $80.00
    Series:
    Scientific and Engineering Computation
    Case Pack:
    11
    As low as:
    $61.60
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
    Audience:
    General/trade
    Country of Origin:
    United States
    Pub Discount:
    65
    Imprint:
    The MIT Press
  • Overview

    The essential guide for writing portable, parallel programs for GPUs using the OpenMP programming model.

    Today’s computers are complex, multi-architecture systems: multiple cores in a shared address space, graphics processing units (GPUs), and specialized accelerators. To get the most from these systems, programs must use all these different processors. In Programming Your GPU with OpenMP, Tom Deakin and Timothy Mattson help everyone, from beginners to advanced programmers, learn how to use OpenMP to program a GPU using just a few directives and runtime functions. Then programmers can go further to maximize performance by using CPUs and GPUs in parallel—true heterogeneous programming. And since OpenMP is a portable API, the programs will run on almost any system.

    Programming Your GPU with OpenMP shares best practices for writing performance portable programs. Key features include:

    • The most up-to-date APIs for programming GPUs with OpenMP with concepts that transfer to other approaches for GPU programming.
    • Written in a tutorial style that embraces active learning, so that readers can make immediate use of what they learn via provided source code.
    • Builds the OpenMP GPU Common Core to get programmers to serious production-level GPU programming as fast as possible.

    Additional features:

    • A reference guide at the end of the book covering all relevant parts of OpenMP 5.2.
    • An online repository containing source code for the example programs from the book—provided in all languages currently supported by OpenMP: C, C++, and Fortran.
    • Tutorial videos and lecture slides.