现在位置 >首页 > 所有关于并行计算的文章

Heterogeneous Computing with OpenCL

英文图书, 软件  暂无评论 ⁄ 1,069 次阅读+
Book Description: Heterogeneous Computing with OpenCL teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs) such as AMD Fusion technology. Designed to work on multiple platforms and with wide industry support, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and ...
详细信息

An Introduction to Parallel Programming

英文图书, 软件  暂无评论 ⁄ 1,834 次阅读+
Book Description: Author Peter Pacheco uses a tutorial approach to show students how to develop effective parallel programs with MPI, Pthreads, and OpenMP. The first undergraduate text to directly address compiling and running parallel programs on the new multi-core and cluster architecture, An Introduction to Parallel Programming explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. User-friendly exercises teach students...
详细信息

Structured Parallel Programming

英文图书, 软件  暂无评论 ⁄ 1,716 次阅读+
Book Description: Programming is now parallel programming. Much as structured programming revolutionized traditional serial programming decades ago, a new kind of structured programming, based on patterns, is relevant to parallel programming today. Parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders describe how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. They presen...
详细信息

Algorithms and Parallel Computing

英文图书, 软件  暂无评论 ⁄ 1,381 次阅读+
Book Description There is a software gap between the hardware potential and the performance that can be attained using today’s software parallel program development tools. The tools need manual intervention by the programmer to parallelize the code. Programming a parallel computer requires closely studying the target algorithm or application, more so than in the traditional sequential programming we have all learned. The programmer must be aware of the communication and d...
详细信息