MIMD on GPU

The MIMD (Multiple Instruction, Multiple Data) execution model is more flexible than SIMD (Single Instruction, Multiple Data), but SIMD hardware is more scalable. GPU (Graphics Processing Unit) hardware uses a SIMD model with various additional constraints that make it even cheaper and more efficient, but harder to program. Is there a way to get the power and ease of use of MIMD programming models while targeting GPU hardware?

This talk discusses a compiler, assembler, and interpreter system that allows a GPU to implement a richly-featured MIMD execution model that supports message-passing and shared-memory communication, recursion, etc. Through a variety of careful design choices and optimizations, performance per unit circuit complexity executing MIMD code on both NVIDIA and AMD/ATI GPUs can be much higher than for native MIMD hardware. The discussion covers both the methods used and their motivation in terms of the relevant aspects of GPU architecture.

Speaker Details

Upon completing his Ph.D. at Polytechnic University (now NYU-Poly) in 1986, Henry G. (Hank) Dietz joined the Computer Engineering faculty at Purdue University’s School of Electrical and Computer Engineering. In 1999, he moved to the University of Kentucky, where he is a Professor of Electrical and Computer Engineering and the James F. Hardymon Chair in Networking. Despite approximately 200 scholarly publications mostly in the fields of compilers and parallel processing, he is perhaps best known for his research group’s more practical research products, including: barrier synchronization hardware, PCCTS/Antlr compiler tools, world’s first Linux PC cluster supercomputer and the Parallel Processing HOWTO, SWAR (SIMD Within a Register), FNNs (computer-evolved Flat Neighborhood Networks), MOG (MIMD On GPU), and single-shot Anaglyph capture. Much of his work is freely distributed via the Aggregate.Org research consortium, which he leads. Dietz also is an active teacher, and was one of the founders of the EPICS (Engineering Projects In Community Service) program. He is a member of both ACM and IEEE.

Date:
Speakers:
Henry Gordon Dietz
Affiliation:
University of Kentucky
    • Portrait of Jeff Running

      Jeff Running

Series: Microsoft Research Talks