Technical Blog
Tag: Fortran
Subscribe
Technical Walkthrough
Jun 12, 2022
Using Fortran Standard Parallel Programming for GPU Acceleration
This is the fourth post in the Standard Parallel Programming series, which aims to instruct developers on the advantages of using parallelism in standard...
12 MIN READ
Technical Walkthrough
Nov 18, 2020
Detecting Divergence Using PCAST to Compare GPU to CPU Results
Parallel Compiler Assisted Software Testing (PCAST) is a feature available in the NVIDIA HPC Fortran, C++, and C compilers. PCAST has two use cases. The first...
14 MIN READ
Technical Walkthrough
Nov 16, 2020
Accelerating Fortran DO CONCURRENT with GPUs and the NVIDIA HPC SDK
Fortran developers have long been able to accelerate their programs using CUDA Fortran or OpenACC. For more up-to-date information, please read Using Fortran...
13 MIN READ
Technical Walkthrough
Aug 07, 2020
Bringing Tensor Cores to Standard Fortran
Tuned math libraries are an easy and dependable way to extract the ultimate performance from your HPC system. However, for long-lived applications or those that...
10 MIN READ
Technical Walkthrough
Apr 02, 2019
Tensor Core Programming Using CUDA Fortran
The CUDA Fortran compiler from PGI now supports programming Tensor Cores with NVIDIA’s Volta V100 and Turing GPUs. This enables scientific programmers using...
12 MIN READ
Technical Walkthrough
Jul 16, 2018
Using OpenACC to Port Solar Storm Modeling Code to GPUs
Solar storms consist of massive explosions on the Sun that can release the energy of over 2 billion megatons of TNT in the form of solar flares and Coronal Mass...
39 MIN READ