Accelerating a climate physics model with OpenCL

Author/Creator ORCID

Date

2011-07-19

Department

Program

Citation of Original Publication

Fahad Zafar, Dibyajyoti Ghosh, Lawrence Sebald, and Shujia Zhou, Accelerating a climate physics model with OpenCL, Symposium on Application Accelerators in High-Performance Computing (SAAHPC'11), 2011 , DOI: 10.1109/SAAHPC.2011.17

Rights

This item is likely protected under Title 17 of the U.S. Copyright Law. Unless on a Creative Commons license, for uses protected by Copyright Law, contact the copyright holder or the author.

Abstract

Open Computing Language (OpenCL) is fast becoming the standard for heterogeneous parallel com- puting. It is designed to run on CPUs, GPUs, and other accelerator architectures. By implementing a real- world application, a solar radiation model component widely used in climate and weather models, we show that OpenCL multi-threaded programming and execution model can dramatically increase performance even on CPU architectures. Our preliminary investigation indicates that low-level vector instructions and code representations in OpenCL contribute to dramatic performance improvement over the serial version when compared with the execution of the serial code compiled across various compilers on multiple platforms with auto vectorization flags. However, the portability of OpenCL implementations needs to improve, even for CPU architectures.