Tim Cramer
RWTH Aachen University
17 Papers
146 Citations
Tim Cramer is an academic researcher from RWTH Aachen University. The author has contributed to research in topics: Interface (Java) & Programming paradigm. The author has an hindex of 6, co-authored 17 publications.
Chat about Author
Papers
OpenMP Programming on Intel Xeon Phi Coprocessors: An Early Performance Comparison
Tim Cramer,Dirk Schmidl,Michael Klemm,Dieter an Mey +3 more
- 01 Jan 2012
TL;DR: This work focuses on OpenMP*-style programming and evaluates the overhead of a selected subset of the language extensions for Intel Xeon Phi coprocessors as well as some selected standardized OpenMP constructs to assess if the architecture can run standard applications efficiently.
117
Assessing the performance of OpenMP programs on the intel xeon phi
Dirk Schmidl,Tim Cramer,Sandra Wienke,Christian Terboven,Matthias S. Müller +4 more
- 26 Aug 2013
TL;DR: This work compares a Xeon-based two-socket compute node with the Xeon Phi stand-alone in scalability and performance using OpenMP codes and shows significant differences in absolute application performance and scalability.
77
Assessing OpenMP tasking implementations on NUMA architectures
Christian Terboven,Dirk Schmidl,Tim Cramer,Dieter an Mey +3 more
- 11 Jun 2012
TL;DR: This work compares the behavior and quality of OpenMP implementations with task-parallel codes on NUMA architectures, and proposes recipies to express parallelism with tasks allowing to preserve data locality while optimizing the degree of parallelism.
24
Task-parallel programming on NUMA architectures
Christian Terboven,Dirk Schmidl,Tim Cramer,Dieter an Mey +3 more
- 27 Aug 2012
TL;DR: This work investigates various approaches to express task-parallelism using the OpenMP tasking model, from a programmer's point of view, and describes and compares task creation strategies and devise methods to preserve locality on NUMA architectures while optimizing the degree of parallelism.
A Pattern for Overlapping Communication and Computation with OpenMP Target Directives
Jonas Hahnfeld,Tim Cramer,Michael Klemm,Christian Terboven,Matthias S. Müller +4 more
- 20 Sep 2017
TL;DR: This work presents a pipelining concept to efficiently overlap communication and computation using the OpenMP 4.5 target directives and shows performance improvements of up to 24% and the ability to process data larger than device memory.
9