|
waLBerla 7.3
|
Control kernel execution between CPU and accelerators.
Execution tags are used to control the execution of kernels (see Cellwise Kernel Dispatchers).
Classes | |
| struct | walberla::v8::sweep::exectag::Serial |
| Serial execution on a single CPU thread. More... | |
| struct | walberla::v8::sweep::exectag::OpenMP |
| Thread-parallel execution using OpenMP. More... | |
| struct | walberla::v8::sweep::exectag::GPU |
| Accelerated execution on GPU. More... | |