Publication Details

GPU Accelerated Solver of Time-Dependent Air Pollutant Transport Equations

DVOŘÁK, R.; ŠIMEK, V.; ZBOŘIL, F.; DRÁBEK, V. GPU Accelerated Solver of Time-Dependent Air Pollutant Transport Equations. In 12th EUROMICRO Conference on Digital System Design DSD 2009. Patras: IEEE Computer Society, 2009. p. 1-7. ISBN: 978-0-7695-3277-6.
Czech title
Využití platformy GPU pro urychlení výpočtu časově závislých atmosferických rovnic
Type
conference paper
Language
English
Authors
Keywords

CUDA; GPU; advection-diffusion equation; partial differential equation; Runge-Kutta; acceleration

Abstract

Main objective of this paper is to outline possible ways how to achievea substantial acceleration in case of advection-diffusion equation(A-DE) calculation, which is commonly used for a description of thepollutant behavior in atmosphere. A-DE is a kind of partialdifferential equation (PDE) and in general case it is usually solved bynumerical integration due to its high complexity. These types ofcalculations are time consuming thus the main idea of our work is toadopt CUDA platform and commodity GPU card to do the calculations in afaster way. The solution is based on method of lines with 4th orderRunge-Kutta scheme to handle the integration. As a matter of fact, theselected approach involves number of auxiliary variables and thus thememory management is critical in order to achieve desired performance.From a technical point of view, we have implemented a particularvariant of the A-DE system, where the pollutant concentration istime-dependent. An efficient data handling is primarily based on theexploitation of shared memory blocks and texture caches inside GPUchip. Detailed evaluation of the obtained results is given in thispaper where an astonishing execution speed up of GPU-based solution isdemonstrated in comparison to standard CPU.

Published
2009
Pages
1–7
Proceedings
12th EUROMICRO Conference on Digital System Design DSD 2009
Conference
12th EUROMICRO Conference on Digital System Design, DSD'2009, Patras, GR
ISBN
978-0-7695-3277-6
Publisher
IEEE Computer Society
Place
Patras
DOI
UT WoS
000275715100095
BibTeX
@inproceedings{BUT33783,
  author="Radim {Dvořák} and Václav {Šimek} and František {Zbořil} and Vladimír {Drábek}",
  title="GPU Accelerated Solver of Time-Dependent Air Pollutant Transport Equations",
  booktitle="12th EUROMICRO Conference on Digital System Design DSD 2009",
  year="2009",
  pages="1--7",
  publisher="IEEE Computer Society",
  address="Patras",
  doi="10.1109/DSD.2009.146",
  isbn="978-0-7695-3277-6"
}
Back to top