_default_threads | Compadre::ParallelManager | |
_default_vector_lanes | Compadre::ParallelManager | |
_scratch_team_level_a | Compadre::ParallelManager | |
_scratch_team_level_b | Compadre::ParallelManager | |
_scratch_thread_level_a | Compadre::ParallelManager | |
_scratch_thread_level_b | Compadre::ParallelManager | |
_team_scratch_size_a | Compadre::ParallelManager | |
_team_scratch_size_b | Compadre::ParallelManager | |
_thread_scratch_size_a | Compadre::ParallelManager | |
_thread_scratch_size_b | Compadre::ParallelManager | |
CallFunctorWithTeamThreads(C functor, const global_index_type batch_size) const | Compadre::ParallelManager | inline |
CallFunctorWithTeamThreads(C functor, const global_index_type batch_size, std::string functor_name=typeid(C).name()) const | Compadre::ParallelManager | inline |
CallFunctorWithTeamThreadsAndVectors(C functor, const global_index_type batch_size, const int threads_per_team=-1, const int vector_lanes_per_thread=-1) const | Compadre::ParallelManager | inline |
CallFunctorWithTeamThreadsAndVectors(C functor, const global_index_type batch_size, const int threads_per_team=-1, const int vector_lanes_per_thread=-1, std::string functor_name=typeid(C).name()) const | Compadre::ParallelManager | inline |
clearScratchSizes() | Compadre::ParallelManager | inline |
getTeamScratchLevel(const int level) const | Compadre::ParallelManager | inline |
getTeamScratchSize(const int level) const | Compadre::ParallelManager | inline |
getThreadScratchLevel(const int level) const | Compadre::ParallelManager | inline |
getThreadScratchSize(const int level) const | Compadre::ParallelManager | inline |
ParallelManager() | Compadre::ParallelManager | inline |
setTeamScratchLevel(const int level, const int value) | Compadre::ParallelManager | inline |
setTeamScratchSize(const int level, const int value) | Compadre::ParallelManager | inline |
setThreadScratchLevel(const int level, const int value) | Compadre::ParallelManager | inline |
setThreadScratchSize(const int level, const int value) | Compadre::ParallelManager | inline |
TeamPolicyThreadsAndVectors(const global_index_type batch_size, const int threads_per_team=-1, const int vector_lanes_per_thread=-1) const | Compadre::ParallelManager | inline |