Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
executor.h File Reference
#include "bvh/v2/thread_pool.h"
#include <cstddef>
#include <algorithm>
#include <vector>

Classes

struct  bvh::v2::Executor< Derived >
 Helper object that provides iteration and reduction over one-dimensional ranges. More...
struct  bvh::v2::ParallelExecutor
 Executor that executes in parallel using the given thread pool. More...
struct  bvh::v2::SequentialExecutor
 Executor that executes serially. More...

Namespaces

namespace  bvh
namespace  bvh::v2