New book Fundamentals of Parallel Multicore Architecture - Coming in Nov 2015!

Post date: Sep 22, 2015 2:02:33 PM

Where to order:

December 3, 2015 Forthcoming by Chapman and Hall/CRC

Textbook - 468 Pages - 161 B/W Illustrations

ISBN 9781482211184 - CAT# K21675

Series: Chapman & Hall/CRC Computational Science

Features

  • Gives students perspectives on how shared memory parallel programs are written
  • Provides an understanding of what software primitives and hardware support are needed in shared memory multicore and multiprocessors
  • Discusses memory hierarchy, basic problems when designing shared memory parallel multiprocessors, cache coherence, memory consistency, synchronization, and interconnection network, showing students how the concepts interact and fit together
  • Explores the single-instruction multiple-thread (SIMT) programming model, which is often used in the graphics processing unit (GPU) system
  • Includes end-of-chapter exercises, with solutions and other material on the book’s CRC Press web page

Figures slides are available upon qualifying course adoption.

Summary

Although multicore is now a mainstream architecture, there are few textbooks that cover parallel multicore architectures. Filling this gap, Fundamentals of Parallel Multicore Architecture provides all the material for a graduate or senior undergraduate course that focuses on the architecture of multicore processors. The book is also useful as a reference for professionals who deal with programming on multicore or designing multicore chips.

The text’s coverage of fundamental topics prepares students to study research papers in the multicore architecture area. The text offers many pedagogical features, including:

  • Sufficiently short chapters that can be comfortably read over a weekend
  • Introducing each concept by first describing the problem and building intuition that leads to the need for the concept
  • "Did you know?" boxes that present mini case studies, alternative points of view, examples, and other interesting facts or discussion items
  • Thought-provoking interviews with experts who share their perspectives on multicore architectures in the past, present, and future
  • Online programming assignments and solutions that enhance students’ understanding

The first several chapters address programming issues in shared memory multiprocessors, such as the programming model and techniques to parallelize regular and irregular applications. The core of the book covers the architectures for shared memory multiprocessors. The final chapter contains interviews with experts in parallel multicore architecture.