Hacker News — AI on Front Page · · 3 min read

CUDA Books

Mirrored from Hacker News — AI on Front Page for archival readability. Support the source by reading on the original site.

202 pts · 51 comments on Hacker News

Awesome CUDA Books

Awesome License: MIT

A curated list of every major book on CUDA programming — beginner to advanced, C++/Python, architecture, optimization, and the latest 2024–2026 releases.
Focused on practical, high-quality resources for NVIDIA GPU parallel computing.

Contributions welcome! See Contributing.

Contents

Beginner / Getting Started

Core Architecture & Parallel Programming

Practical & Hands-on Guides

Advanced / Optimization / Reference

Python & High-Level CUDA

Modern & Recent Releases (2022–2026)

  • Programming in Parallel with CUDA (Ansorge, 2022) — see above

  • Programming Massively Parallel Processors (3rd Ed.) (Kirk & Hwu, 2022) — see above

  • GPU Programming with C++ and CUDA (Motta, 2024) — see above

  • CUDA for Deep Learning (Arledge, 2025, Manning) — see above

Notable 2024–2026 titles (mostly specialized or self-published but frequently appearing in searches):

  • CUDA C++ Optimization – David Spuler (2024) — kernel performance & memory tuning
  • CUDA C++ Debugging – Dr. David Spuler (2024) — error checking & Nsight
  • CUDA Programming from Basics to Advanced – Finbarrs Oketunji (2024, covers CUDA 12.6)
  • CUDA Mastery – Elbert Gale (2024) — scientific simulations & CUDA-X
  • CUDA in Action – Leon Chapman (2024) — Tensor Cores & multi-GPU
  • Mastering CUDA C++ Programming – Brett Neutreon (2024) / Toby Webber (2025) — comprehensive C++ guides
  • High-Performance Computing with C++26 and CUDA 13 – William M. Crutcher (2026)

Pro tip: CUDA changes fast. Always pair books with the free official CUDA C++ Programming Guide (v13.x, 2026).

Contributing

Contributions are welcome! See contributing.md for the full guide.

Quick version:

  • Add a new high-quality book? Open a PR with title, authors, year, short description, and link.
  • Preference for books post-2018 or still relevant classics.
  • Only include books with substantial code/examples and good reviews.

Related Awesome Lists


Star the repo if this helps you write faster kernels! 🚀

Inspired by GoBooks.

License

MIT © Dariush Abbasi & Altern

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Hacker News — AI on Front Page