Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::TBBMDParallelFor< RankValue > Class Template Reference

Executor for a multi-dimensional loop. More...

Public Member Functions

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

Detailed Description

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

Executor for a multi-dimensional loop.

Definition at line 703 of file TBBTaskImplementation.cc.

Constructor & Destructor Documentation

◆ TBBMDParallelFor()

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

Definition at line 707 of file TBBTaskImplementation.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 715 of file TBBTaskImplementation.cc.


The documentation for this class was generated from the following file: