Fortran Programmers : How do you want to offload to GPU accelerators in the next 5 years?

I just found the following article:

Rasmussen, C., Sottile, M., Rasmussen, S., Nagle, D., & Dumas, W. (2016, May). Cafe: Coarray Fortran extensions for heterogeneous computing. In 2016 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW) (pp. 357-365). IEEE.

Abstract:
Emerging hybrid accelerator architectures are often proposed for inclusion as components in an exascale machine, not only for performance reasons but also to reduce total power consumption. Unfortunately, programmers of these architectures face a daunting and steep learning curve that frequently requires learning a new language (e.g., OpenCL) or adopting a new programming model. Furthermore, the distributed (and frequently multi-level) nature of the memory organization of clusters of these machines provides an additional level of complexity. This paper presents preliminary work examining how Fortran coarray syntax can be extended to provide simpler access to accelerator architectures. This programming model integrates the Partitioned Global Address Space (PGAS) features of Fortran with some of the more task-oriented constructs in OpenMP 4.0 and OpenACC. It also includes the potential for compiler-based transformations targeting the Open Community Runtime (OCR) environment. We demonstrate these CoArray Fortran extensions (CAFe) by implementing a multigrid Laplacian solver and transforming this high-level code to a mixture of standard coarray Fortran and OpenCL kernels.

I haven’t been able to read the full article yet due to access issues.

2 Likes

The Rasmussen et al. article is here. Often googling pdf --title-- works.

1 Like