Skip to main content

Showing 1–2 of 2 results for author: Worpitz, B

Searching in archive cs. Search in all archives.
.
  1. Tuning and optimization for a variety of many-core architectures without changing a single line of implementation code using the Alpaka library

    Authors: Alexander Matthes, René Widera, Erik Zenker, Benjamin Worpitz, Axel Huebl, Michael Bussmann

    Abstract: We present an analysis on optimizing performance of a single C++11 source code using the Alpaka hardware abstraction library. For this we use the general matrix multiplication (GEMM) algorithm in order to show that compilers can optimize Alpaka code effectively when tuning key parameters of the algorithm. We do not intend to rival existing, highly optimized DGEMM versions, but merely choose this e… ▽ More

    Submitted 30 June, 2017; originally announced June 2017.

    Comments: Accepted paper for the P\^{}3MA workshop at the ISC 2017 in Frankfurt

    Journal ref: J.M. Kunkel et al. (Eds.): ISC High Performance Workshops 2017, LNCS 10524, pp. 496-514, 2017

  2. Alpaka - An Abstraction Library for Parallel Kernel Acceleration

    Authors: Erik Zenker, Benjamin Worpitz, René Widera, Axel Huebl, Guido Juckeland, Andreas Knüpfer, Wolfgang E. Nagel, Michael Bussmann

    Abstract: Porting applications to new hardware or programming models is a tedious and error prone process. Every help that eases these burdens is saving developer time that can then be invested into the advancement of the application itself instead of preserving the status-quo on a new platform. The Alpaka library defines and implements an abstract hierarchical redundant parallelism model. The model explo… ▽ More

    Submitted 26 February, 2016; originally announced February 2016.

    Comments: 10 pages, 10 figures