Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Old Dominion University

Computer Science Theses & Dissertations

2017

Computational physics

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Efficient Machine Learning Approach For Optimizing Scientific Computing Applications On Emerging Hpc Architectures, Kamesh Arumugam Karunanithi Oct 2017

Efficient Machine Learning Approach For Optimizing Scientific Computing Applications On Emerging Hpc Architectures, Kamesh Arumugam Karunanithi

Computer Science Theses & Dissertations

Efficient parallel implementations of scientific applications on multi-core CPUs with accelerators such as GPUs and Xeon Phis is challenging. This requires - exploiting the data parallel architecture of the accelerator along with the vector pipelines of modern x86 CPU architectures, load balancing, and efficient memory transfer between different devices. It is relatively easy to meet these requirements for highly-structured scientific applications. In contrast, a number of scientific and engineering applications are unstructured. Getting performance on accelerators for these applications is extremely challenging because many of these applications employ irregular algorithms which exhibit data-dependent control-flow and irregular memory accesses. Furthermore, these …