|
Template Numerical Library version\ main:351d08c5f
|
Classes | |
| struct | LaunchConfiguration |
| For compatibility with TNL::Devices::Cuda only. In the future, it may be used to specify parameters for OpenMP execution. More... | |
Static Public Member Functions | |
| static void | configSetup (Config::ConfigDescription &config, const std::string &prefix="") |
| static void | disableOMP () |
| static void | enableOMP () |
| static int | getMaxThreadsCount () |
| static int | getThreadIdx () |
| static bool | isOMPEnabled () |
| static void | setMaxThreadsCount (int maxThreadsCount_) |
| static bool | setup (const Config::ParameterContainer ¶meters, const std::string &prefix="") |
Static Protected Member Functions | |
| static int & | maxThreadsCount () |
| static bool & | ompEnabled () |