• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Programming ▶ CUDA Succinctly

CUDA Succinctly

January 5, 2015

CUDA Succinctly

GPUs can be used for much more than graphics processing. As opposed to a CPU, which can only run four or five threads at once, a GPU is made up of hundreds or even thousands of individual, low-powered cores, allowing it to perform thousands of concurrent operations. Because of this, GPUs can tackle large, complex problems on a much shorter time scale than CPUs. Dive into parallel programming on NVIDIA hardware with CUDA Succinctly by Chris Rose, and learn the basics of unlocking your graphics card.

Book Description

Topics included: Introduction • Creating a CUDA Project • Architecture • First Kernels • Porting from C++ • Shared Memory • Blocking with Shared Memory • NVIDIA Visual Profiler (NVVP) • Nsight • CUDA Libraries.

Download Free PDF / Read Online

Author(s): Chris Rose
Publisher: Syncfusion Inc.
Published: January 2015
Format(s): PDF, Mobi(Kindle)
File size: 3.13 MB
Number of pages: 119
Download / View Link(s): PDF, Mobi

Similar Books:

  1. Direct2D Succinctly
  2. Direct 3D Succinctly [PDF, ePub, Kindle]
  3. Assembly Language Succinctly [PDF, ePub, Kindle]
  4. NVIDIA GPU Programming Guide
  5. GPU Gems 3
Previous Post: « Microsoft Unity Succinctly
Next Post: Data + Design »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com