SDSLc: a multi-target domain-specific compiler for stencil computations

Published: 01 Jan 2015, Last Modified: 13 Nov 2024WOLFHPC@SC 2015EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Stencil computations are at the core of applications in a number of scientific computing domains. We describe a domain-specific language for regular stencil computations that allows specification of the computations in a concise manner. We describe a multi-target compiler for this DSL, which generates optimized code for GPUa, FPGAs, and multi-core processors with short-vector SIMD instruction sets, considering both low-order and high-order stencil computations. The hardware differences between these three types of architecture prompt different optimization strategies for the compiler. We evaluate the domain-specific compiler using a number of benchmarks on CPU, GPU and FPGA platforms.
Loading