Zum Hauptinhalt springen

Showing 1–5 of 5 results for author: Schad, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2306.16178  [pdf, other

    cs.SE

    FuzzyFlow: Leveraging Dataflow To Find and Squash Program Optimization Bugs

    Authors: Philipp Schaad, Timo Schneider, Tal Ben-Nun, Alexandru Calotoiu, Alexandros Nikolaos Ziogas, Torsten Hoefler

    Abstract: The current hardware landscape and application scale is driving performance engineers towards writing bespoke optimizations. Verifying such optimizations, and generating minimal failing cases, is important for robustness in the face of changing program conditions, such as inputs and sizes. However, isolation of minimal test-cases from existing applications and generating new configurations are oft… ▽ More

    Submitted 28 June, 2023; originally announced June 2023.

  2. arXiv:2303.08142  [pdf, other

    cs.SE cs.DC cs.LG

    Performance Embeddings: A Similarity-based Approach to Automatic Performance Optimization

    Authors: Lukas Trümper, Tal Ben-Nun, Philipp Schaad, Alexandru Calotoiu, Torsten Hoefler

    Abstract: Performance optimization is an increasingly challenging but often repetitive task. While each platform has its quirks, the underlying code transformations rely on data movement and computational characteristics that recur across applications. This paper proposes to leverage those similarities by constructing an embedding space for subprograms. The continuous space captures both static and dynamic… ▽ More

    Submitted 14 March, 2023; originally announced March 2023.

  3. arXiv:2211.03364  [pdf, other

    eess.IV cs.CV cs.LG

    Medical Diffusion: Denoising Diffusion Probabilistic Models for 3D Medical Image Generation

    Authors: Firas Khader, Gustav Mueller-Franzes, Soroosh Tayebi Arasteh, Tianyu Han, Christoph Haarburger, Maximilian Schulze-Hagen, Philipp Schad, Sandy Engelhardt, Bettina Baessler, Sebastian Foersch, Johannes Stegmaier, Christiane Kuhl, Sven Nebelung, Jakob Nikolas Kather, Daniel Truhn

    Abstract: Recent advances in computer vision have shown promising results in image generation. Diffusion probabilistic models in particular have generated realistic images from textual input, as demonstrated by DALL-E 2, Imagen and Stable Diffusion. However, their use in medicine, where image data typically comprises three-dimensional volumes, has not been systematically evaluated. Synthetic images may play… ▽ More

    Submitted 3 January, 2023; v1 submitted 7 November, 2022; originally announced November 2022.

  4. Boosting Performance Optimization with Interactive Data Movement Visualization

    Authors: Philipp Schaad, Tal Ben-Nun, Torsten Hoefler

    Abstract: Optimizing application performance in today's hardware architecture landscape is an important, but increasingly complex task, often requiring detailed performance analyses. In particular, data movement and reuse play a crucial role in optimization and are often hard to improve without detailed program inspection. Performance visualizations can assist in the diagnosis of performance problems, but g… ▽ More

    Submitted 24 August, 2022; v1 submitted 21 June, 2022; originally announced July 2022.

  5. arXiv:2112.11879  [pdf, other

    cs.PL cs.DC cs.PF

    Lifting C Semantics for Dataflow Optimization

    Authors: Alexandru Calotoiu, Tal Ben-Nun, Grzegorz Kwasniewski, Johannes de Fine Licht, Timo Schneider, Philipp Schaad, Torsten Hoefler

    Abstract: C is the lingua franca of programming and almost any device can be programmed using C. However, programming mod-ern heterogeneous architectures such as multi-core CPUs and GPUs requires explicitly expressing parallelism as well as device-specific properties such as memory hierarchies. The resulting code is often hard to understand, debug, and modify for different architectures. We propose to lift… ▽ More

    Submitted 24 May, 2022; v1 submitted 22 December, 2021; originally announced December 2021.