MPM code fast as a rocket

How to Easily Port a Material Point Method code to GPU

It is possible to easily translate CPU code to GPU without using CUDA or OpenCL. We did this for our Material Point Method (MPM) code and obtained a near 100x increase in performance. This is how we did it. This article is a summary of our paper “Easily Porting Material Point Method codes to GPU“. […]

How to Easily Port a Material Point Method code to GPU Read More »