Blender Git Commits

Blender Git "fluid-mantaflow-gpu" branch commits.

September 13, 2021, 13:03 (GMT)
Fluid: Initial changes for OpenMP GPU support

Contains basic support for OpenMP GPU offloading.
That is, offloading of fluid KERNEL loops to the GPU.

This branch offloads pressure and advection calls only - the 2 most
expensive operation per step. In theory though, any function can be
offloaded.

For now, this branch needs to be build with a compiler that supports
Nvidia GPU offloading. Exact GPU models need to be specified via CMake.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021