Arcane  v3.16.2.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::TBBMDParallelFor< RankValue >

Exécuteur pour une boucle multi-dimension. Plus de détails...

+ Graphe de collaboration de Arcane::TBBMDParallelFor< RankValue >:

Fonctions membres publiques

 TBBMDParallelFor (IMDRangeFunctor< RankValue > *f, Int32 nb_allowed_thread, ForLoopOneExecStat *stat_info)
 
void operator() (blocked_nd_range< Int32, RankValue > &range) const
 

Attributs privés

IMDRangeFunctor< RankValue > * m_functor = nullptr
 
ForLoopOneExecStatm_stat_info = nullptr
 
Int32 m_nb_allowed_thread
 

Description détaillée

template<int RankValue>
class Arcane::TBBMDParallelFor< RankValue >

Exécuteur pour une boucle multi-dimension.

Définition à la ligne 772 du fichier TBBTaskImplementation.cc.

Documentation des constructeurs et destructeur

◆ TBBMDParallelFor()

template<int RankValue>
Arcane::TBBMDParallelFor< RankValue >::TBBMDParallelFor ( IMDRangeFunctor< RankValue > * f,
Int32 nb_allowed_thread,
ForLoopOneExecStat * stat_info )
inline

Définition à la ligne 776 du fichier TBBTaskImplementation.cc.

Documentation des fonctions membres

◆ operator()()

template<int RankValue>
void Arcane::TBBMDParallelFor< RankValue >::operator() ( blocked_nd_range< Int32, RankValue > & range) const
inline

Définition à la ligne 781 du fichier TBBTaskImplementation.cc.

Documentation des données membres

◆ m_functor

template<int RankValue>
IMDRangeFunctor<RankValue>* Arcane::TBBMDParallelFor< RankValue >::m_functor = nullptr
private

Définition à la ligne 813 du fichier TBBTaskImplementation.cc.

◆ m_nb_allowed_thread

template<int RankValue>
Int32 Arcane::TBBMDParallelFor< RankValue >::m_nb_allowed_thread
private

Définition à la ligne 815 du fichier TBBTaskImplementation.cc.

◆ m_stat_info

template<int RankValue>
ForLoopOneExecStat* Arcane::TBBMDParallelFor< RankValue >::m_stat_info = nullptr
private

Définition à la ligne 814 du fichier TBBTaskImplementation.cc.


La documentation de cette classe a été générée à partir du fichier suivant :