Open CL编程指南

Open CL编程指南
作 者: 曼什
出版社: 科学出版社
丛编项: 国外信息科学与技术优秀图书系列
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: 程序设计 计算机/网络
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《Open CL编程指南》作者简介

内容简介

新的OpenCL标准有助于充分利用CPU、GPU等处理器的丰富资源,已获得Apple、AMD、Intel、IBM等公司的认可,在服务器、嵌入式设备、高性能计算等领域有广阔的应用前景。《国外信息科学与技术优秀图书系列:OpenCL编程指南》由OpenCL的五大技术权威共同撰写,内容涵盖完整的规范。在分析关键用户案例的基础上,说明了如何用OpenCL表示各类并行算法,并且提供了完整的API和OpenCL C语言参考信息。通过完整的案例学习和代码示例,讲解了编写复杂并行程序的方法,实现在众多不同设备间分解工作量,还介绍了OpenCL软件性能优化的要点。《国外信息科学与技术优秀图书系列:OpenCL编程指南》是第一本针对OpenCL 1.1规范的全面、权威的实践指南,适合信息技术领域的研发人员和软件架构师阅读参考。

图书目录

Foreword

Preface

Part I The OpenCL 1.1 Language and API

1.An Introduction to OpenCL

2.HelloWorld: An OpenCL Example

3.Platforms, Contexts, and Devices

4.Programming with OpenCL C

5.OpenCL C Built-In Functions,

6.Programs and Kernels

7.Buffers and Sub-Buffers

8.Images and Samplers

9.Events

10.Interoperability with OpenGL

11.Interoperability with Direct3D

12.C++ Wrapper API,

13.OpenCL Embedded Profile

Part II OpenCL 1.1 Case Studies

14.Image Histogram

15.Sobel Edge Detection Filter

16.Parallelizing Dijkstra's Single-Source Shortest-Path Graph Algorithm

17.Cloth Simulation in the Bullet Physics SDK

18.Simulating the Ocean with Fast Fourier Transform,

19.Optical Flow

20.Using OpenCL with PyOpenCL

21.Matrix Multiplication with OpenCL

22.Sparse Matrix-Vector Multiplication

A.Summary of OpenCL 1.1

Index