Posts by Jonas Latt
Simulation / Modeling / Design
Apr 18, 2022
Multi-GPU Programming with Standard Parallel C++, Part 2
It may seem natural to expect that the performance of your CPU-to-GPU port will range below that of a dedicated HPC code. After all, you are limited by the...
13 MIN READ
Simulation / Modeling / Design
Apr 18, 2022
Multi-GPU Programming with Standard Parallel C++, Part 1
The difficulty of porting an application to GPUs varies from one case to another. In the best-case scenario, you can accelerate critical code sections by...
17 MIN READ