CUDA Succinctly

CUDA Succinctly

简介:

Gpu不仅可以用于图形处理。与一次只能运行四个或五个线程的CPU相反,GPU由数百甚至数千个单独的低功率内核组成,允许它执行数千个并发操作。因此,gpu可以在比cpu短得多的时间范围内解决大型复杂问题。Chris Rose简洁地使用CUDA在NVIDIA硬件上进行并行编程,并学习解锁图形卡的基础知识。本书更详细地讨论了CUDA硬件和软件,涵盖了CUDA 5.0和开普勒。每个CUDA开发人员,从休闲到最复杂的,都会在这里找到一些有趣和直接有用的东西。较新的CUDA开发人员将看到硬件如何处理命令以及驱动程序如何检查进度; 更有经验的CUDA开发人员将欣赏驱动程序API和上下文迁移等主题的专家报道,以及有关如何最好地构建CPU/GPU数据交换和同步的指导。

英文简介:

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.

This book discusses CUDA hardware and software in greater detail and covering both CUDA 5.0 and Kepler. Every CUDA developer, from the casual to the most sophisticated, will find something here of interest and immediate usefulness. Newer CUDA developers will see how the hardware processes commands and how the driver checks progress; more experienced CUDA developers will appreciate the expert coverage of topics such as the driver API and context migration, as well as the guidance on how best to structure CPU/GPU data interchange and synchronization.

书名
CUDA Succinctly
译名
CUDA 简洁
语言
英语
年份
2014
页数
121页
大小
16.27 MB
标签
  • 简明教程
  • 下载
    pdf iconCUDA Succinctly.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:37

    ←Elements of Programming

    →Principles of Algorithmic Problem Solving