IEEE IPDPS 2011
TechTalks from event: IEEE IPDPS 2011
Note 1: Only plenary sessions (keynotes, panels, and best papers) are accessible without requiring log-in. For other talks, you will need to log-in using the email you registered for IPDPS 2011. Note 2: Many of the talks (those without a thumbnail next to the their description below) are yet to be uploaded. Some of them were not recorded because of technical problems. We are working with the corresponding authors to upload the self-recorded versions here. We sincerely thank all authors for their efforts in making their videos available.
SESSION 7: Numerical Algorithms
-
Automatic Library Generation for BLAS3 on GPUsHigh-performance libraries, the performance-critical building blocks for high-level applications, will assume greater importance on modern processors as they become more complex and diverse. However, automatic library generators are still immature, forcing library developers to manually tune library to meet their performance objectives. We are developing a new script-controlled compilation framework to help domain experts reduce much of the tedious and error-prone nature of manual tuning, by enabling them to leverage their expertise and reuse past optimization experiences. We focus on demonstrating improved performance and productivity obtained through using our framework to tune BLAS3 routines on three GPU platforms: up to 5.4x speedups over the CUBLAS achieved on NVIDIA GeForce 9800, 2.8x on GTX285, and 3.4x on Fermi Tesla C2050. Our results highlight the potential bene?ts of exploiting domain expertise and the relations between different routines (in terms of their algorithms and data structures).
-
Redesign of Higher-Level Matrix Algorithms for Multicore and Distributed Architectures and Applications in Quantum Monte Carlo SimulationA matrix operation is referred to as a hard-to-parallel matrix operation (HPMO) if it has serial bottlenecks that are hardly parallelizable. Otherwise, it is referred to as an easy-to-parallel matrix operation (EPMO). Empirical evidences showed the performance scalability of an HPMO is signi?cantly poorer than an EPMO on multicore and distributed architectures. As the result, the design of higher-level algorithms for applications, for the performance considerations on multicore and distributed architectures, should avoid the use of HPMOs as the computational kernels. In this paper, as a case study, we present an HPMO-avoiding algorithm for the Green’s function calculation in quantum Monte Carlo simulation. The original algorithm utilizes the QR-decomposition with column pivoting (QRP) as its computational kernel. QRP is an HPMO. The redesigned algorithm maintains the same simulation stability but employs the standard QR decomposition without pivoting (QR), which is an EPMO. Different implementations of the redesigned algorithm on multicore and distributed architectures are investigated. Although some implementations of the redesigned method use about a factor of three more ?oating-point operations than the original algorithm, they are about 20% faster on a quadcore system and 2.5 times faster on a 1024-CPU massively parallel processing system. The broader impact of the redesign of higher-level matrix algorithms to avoid HPMOs in other computational science applications is also discussed.
-
Challenges of Scaling Algebraic Multigrid across Modern Multicore ArchitecturesAlgebraic multigrid (AMG) is a popular solver for large-scale scienti?c computing and an essential component of many simulation codes. AMG has shown to be extremely ef?cient on distributed-memory architectures. However, when executed on modern multicore architectures, we face new challenges that can signi?cantly deteriorate AMG’s performance. We examine its performance and scalability on three disparate multicore architectures: a cluster with four AMD Opteron Quad-core processors per node (Hera), a Cray XT5 with two AMD Opteron Hex-core processors per node (Jaguar), and an IBM BlueGene/P system with a single Quad-core processor (Intrepid). We discuss our experiences on these platforms and present results using both an MPI-only and a hybrid MPI/OpenMP model. We also discuss a set of techniques that helped to overcome the associated problems, including thread and process pinning and correct memory associations.
- All Sessions
- IPDPS 2011 Keynotes and Panels
- SESSION: Best Papers
- Special NSF-SEES Presentation
- Intel Platinum Patron Night
- 25th Year IPDPS Celebration
- SESSION 6: Self Stabilization and Security
- SESSION 7: Numerical Algorithms
- SESSION 8: Reliability and Security
- SESSION 9: Wireless and Sensor Networks
- SESSION 10: GPU Acceleration
- SESSION 11: Multiprocessing and Concurrency
- SESSION 12: Compilers
- SESSION 13: Distributed Algorithms and Models
- SESSION 14: Parallel Graph and Particle Algorithms
- SESSION 15: Distributed Systems and Networks
- SESSION 16: Programming Environments and Tools
- SESSION 1: Resource Management
- SESSION 17: Parallel Algorithms
- SESSION 2: Communication & I/O Optimization
- SESSION 18: Distributed Systems
- SESSION 3: Hardware-Software Interaction
- SESSION 19: Storage Systems and Memory
- SESSION 4: Runtime Systems
- SESSION 20: Operating Systems and Resource Management
- SESSION 5: Routing and Communication
- SESSION 21: Numerical Algorithms
- SESSION 22: Fault Tolerance
- SESSION 23: Resource Utilization
- SESSION 24: Parallel Programming Models and Languages
- SESSION 25: Algorithms for Distributed Computing
- SESSION 26: Scheduling
- SESSION 27: Computational Biology and Simulations
- SESSION 28: Cloud Computing