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

CUDA for Deep Learning

List Price: $69.99
SKU:
9781633434899
Quantity:
Minimum Purchase
25 unit(s)
Expected release date is Oct 27th 2026
  • 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:
    Elliot Arledge
    Format:
    Paperback
    Pages:
    425
    Publisher:
    Manning (October 27, 2026)
    Imprint:
    Manning
    Release Date:
    October 27, 2026
    Language:
    English
    ISBN-13:
    9781633434899
    ISBN-10:
    1633434893
    Weight:
    15.84oz
    Dimensions:
    7.375" x 9.25"
    File:
    Eloquence-SimonSchuster_07302026_P10416224_onix30-20260730.xml
    Folder:
    Eloquence
    List Price:
    $69.99
    Pub Discount:
    37
    As low as:
    $66.49
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview



    CUDA (Compute Unified Device Architecture) provides a powerful parallel programming model AI engineers can use to tap the massive processing power of NVIDIA GPUs. CUDA delivers direct control, debugging power, and acceleration at the GPU level that can’t be matched by other types of optimizations.

    This book shows you how to work within the CUDA ecosystem, from your first kernel to implementing advanced LLM features like Flash Attention. You’ll learn to profile with Nsight Compute, identify bottlenecks, and understand why each optimization works. By solving problems at multiple levels of abstraction, you’ll develop a deep understanding of CUDA, along with a practical mastery of kernel-building skills. Written for the latest NVIDIA hardware, the book builds a deep understanding of CUDA fundamentals that will stay relevant as chips upgrade and evolve.

    What's inside

    • 56 kernels to utilize in your models
    • PyTorch C++ extension pipeline for integrating custom kernels
    • Exploit advanced NVIDIA GPU features (Ampere, Hopper, Blackwell)
    • Build backpropagation from scratch, ending with a single-file MNIST MLP

    About the reader

    For software and AI engineers comfortable with C/C++. No prior CUDA experience required.

    About the author

    Elliot Arledge created the 12-hour CUDA course and the 6-hour LLM from Scratch course for FreeCodeCamp, and consults on deep learning performance.