|
Celeritas 0.7.0-dev.192+develop.7ce7a3456
|
#include <utility>#include "corecel/Config.hh"#include "MultiExceptionHandler.hh"#include "ThreadId.hh"
Functions | |
| template<class F > | |
| void | celeritas::launch_kernel (size_type num_threads, F &&execute_thread) |
| Helper function to run an executor in parallel on CPU. | |
| void celeritas::launch_kernel | ( | size_type | num_threads, |
| F && | execute_thread | ||
| ) |
Helper function to run an executor in parallel on CPU.
The function should be an executor with the signature
.
Example: