vSMC
v3.0.0
Scalable Monte Carlo
|
#include <vsmc/smp/backend_base.hpp>
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.h>
Go to the source code of this file.
Classes | |
class | vsmc::MonitorEvalSMP< T, Derived, BackendTBB > |
Monitor<T>::eval_type subtype using Intel Threading Building Blocks. More... | |
class | vsmc::MonitorEvalSMP< T, Derived, BackendTBB >::work_type |
class | vsmc::SamplerEvalSMP< T, Derived, BackendTBB > |
Sampler<T>::eval_type subtype using Intel Threading Building Blocks. More... | |
class | vsmc::SamplerEvalSMP< T, Derived, BackendTBB >::work_type |
Namespaces | |
vsmc | |
vsmc::internal | |
Typedefs | |
template<typename T , typename Derived > | |
using | vsmc::MonitorEvalTBB = MonitorEvalSMP< T, Derived, BackendTBB > |
Monitor<T>::eval_type subtype using Intel Threading Building Blocks. More... | |
template<typename T , typename Derived > | |
using | vsmc::SamplerEvalTBB = SamplerEvalSMP< T, Derived, BackendTBB > |
Sampler<T>::eval_type subtype using Intel Threading Building Blocks. More... | |
Functions | |
template<typename IntType > | |
inline::tbb::blocked_range< IntType > | vsmc::internal::backend_tbb_range (IntType N, std::size_t grainsize) |