Technical Blog
Tag: standard parallelism
Subscribe
News
Nov 17, 2022
New Asynchronous Programming Model Library Now Available with NVIDIA HPC SDK v22.11
Celebrating the SuperComputing 2022 international conference, NVIDIA announces the release of HPC Software Development Kit (SDK) v22.11. Members of the NVIDIA...
4 MIN READ
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
Apr 18, 2022
Multi-GPU Programming with Standard Parallel C++, Part 2
This is the third post in the Standard Parallel Programming series, about the advantages of using parallelism in standard languages for accelerated computing....
13 MIN READ
Technical Walkthrough
Apr 18, 2022
Multi-GPU Programming with Standard Parallel C++, Part 1
This is the second post in the Standard Parallel Programming series, about the advantages of using parallelism in standard languages for accelerated computing....
17 MIN READ
Technical Walkthrough
Apr 06, 2021
N Ways to SAXPY: Demonstrating the Breadth of GPU Programming Options
Back in 2012, NVIDIAN Mark Harris wrote Six Ways to Saxpy, demonstrating how to perform the SAXPY operation on a GPU in multiple ways, using different languages...
9 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