大规模并行处理器程序设计

作者:David B.Kirk,Wen-mei W.Hwu

丛书名:大学计算机教育国外著名教材系列(影印版)

定价:36元

印次:1-1

ISBN:9787302229735

出版日期:2010.07.01

印刷日期:2010.06.28

图书责编:龙启铭

图书分类:教材

电子书
在线购买
分享
内容简介
作者简介
前言序言
资源下载
查看详情 查看详情 查看详情

本书介绍了并行程序设计与GPU体系结构的基本概念,并详细探讨了用于构建并行程序的各种技术,用案例演示了并行程序设计的整个开发过程,即从并行计算的思想开始,直到最终实现实际且高效的并行程序。 【特点】 ·介绍了并行计算的思想,使得读者可以把这种问题的思考方式渗透到高性能并行计算中去。 ·介绍了CUDA的使用,CUDA是NVIDIA公司专门为大规模并行环境创建的一种软件开发工具。 ·介绍如何使用CUDA编程模式和OpenCL来获得高性能和高可靠性。

Preface WHY WE WROTE THIS BOOK Mass-market computing systems that combine multicore CPUs and many-core GPUs have brought terascale computing to the laptop and petascale computing to clusters. Armed with such computing power, we are at the dawn of pervasive use of computational experiments for science, engineering, health, and business disciplines. Many will be able to achieve breakthroughs in their disciplines using computational experiments that are of unprecedented level of scale, controllability, and observability. This book provides a critical ingredient for the vision: teaching parallel programming to millions of graduate and undergraduate students so that computational thinking and...

暂无课件

样章下载

暂无网络资源

扫描二维码
下载APP了解更多

目录
荐语
查看详情 查看详情
Preface ......................................................................................................................xi Acknowledgments ................................................................................................ xvii Dedication...............................................................................................................xix

CHAPTER 1 INTRODUCTION................................................................................1

1.1 GPUs as Parallel Computers..........................................................2

1.2 Architecture of a Modern GPU......................................................8

1.3 Why More Speed or Parallelism?.......