Presentation is loading. Please wait.

Presentation is loading. Please wait.

Summary Background –Why do we need parallel processing? Moore’s law. Applications. Introduction in algorithms and applications –Methodology to develop.

Similar presentations


Presentation on theme: "Summary Background –Why do we need parallel processing? Moore’s law. Applications. Introduction in algorithms and applications –Methodology to develop."— Presentation transcript:

1 Summary Background –Why do we need parallel processing? Moore’s law. Applications. Introduction in algorithms and applications –Methodology to develop efficient parallel (distributed-memory) algorithms –Understand various forms of overhead (communication, load imbalance, search overhead, synchronization) –Understand various distributions (blockwise, cyclic) –Understand various load balancing strategies (static, dynamic master/worker model) –Understand correctness problems (e.g. message ordering)

2 Summary Parallel machines and architectures –Processor organizations, topologies, criteria –Types of parallel machines arrays/vectors, shared-memory, distributed memory –Routing –Flynn’s taxonomy –What are cluster computers? –What networks do real machines (like the Blue Gene) use? –Speedup, efficiency (+ their implications), Amdahl’s law

3 Summary Programming methods, languages, and environments –Different forms of message passing naming, explicit/implicit receive, synchronous/asynchronous sending –Select statement –SR primitives (not syntax) –MPI: message passing primitives, collective communication –Java parallel programming model and primitives –HPF: problems with automatic parallelization; division of work between programmer and HPF compiler; alignment/distribution primitives; performance implications

4 Summary Applications –N-body problems: load balancing and communication (locality) optimizations, costzones, performance comparison –Search algorithm (TDS): use asynchronous communication + clever (transposition-driven) scheduling

5 Summary Many different types of many-core hardware – Understand how to analyze it Hardware performance metrics: theoretical peak performance; memory bandwidth; power, flops/W Performance analysis: Operational intensity, arithmetic intensity, Roofline –Understand basics of GPU architectures Hierarchical –Computational: PCI board -> chips -> SMs -> cores -> threads –Memories: host -> device -> shared -> registers Hardware multi-threading, SIMT model 5

6 Summary Many-core Programming techniques –Vectorization –DMA and overlapping communication and computation –Coalescing –How to exploit fast local memories LS on Cell, shared memory on GPUs –Atomic instructions Software telescopes –Correlator –Tiling –How to compare implementations on different hardware 6


Download ppt "Summary Background –Why do we need parallel processing? Moore’s law. Applications. Introduction in algorithms and applications –Methodology to develop."

Similar presentations


Ads by Google